summaryrefslogtreecommitdiff
path: root/misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 03:33:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 03:33:20 +0000
commit8a633b59afd4f481baf50e14c9eaea961d0b059d (patch)
treeba3d8fc4ef411364895e27cef3859d94aa23ac9d /misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp
parentNew port: misc/bibletime (diff)
New port: misc/bibletime
BibleTime is a powerful Bible study application for the K Desktop Environment running on Unix operating systems. BibleTime is based on the Sword library which provides access to all the different text modules created by the Crosswire Bible Society. PR: ports/34981 Submitted by: Willem van Engen <wvengen+port@stack.nl>
Diffstat (limited to 'misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp')
-rw-r--r--misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp b/misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp
new file mode 100644
index 000000000000..209520e81ffa
--- /dev/null
+++ b/misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp
@@ -0,0 +1,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);