summaryrefslogtreecommitdiff
path: root/misc/bibletime-devel/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp
blob: 209520e81ffa826ed0baf7ae054ce9a18fc1bf4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN bibletime/frontend/searchdialog/csearchdialog.cpp bibletime/frontend/searchdialog/csearchdialog.cpp
--- bibletime/frontend/searchdialog/csearchdialog.cpp	Sat Apr 20 02:25:39 2002
+++ bibletime/frontend/searchdialog/csearchdialog.cpp	Thu Jun 20 09:24:54 2002
@@ -114,7 +114,7 @@
 }
 
 void CSearchDialog::setModuleList(ListCSwordModuleInfo& list) {
-	if (m_moduleList != list)
+	if (! (m_moduleList == list) )
 		m_moduleList = list; //copy the items of "list"
 	
 	m_moduleChooser->blockSignals(true);