diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
commit | 8a633b59afd4f481baf50e14c9eaea961d0b059d (patch) | |
tree | ba3d8fc4ef411364895e27cef3859d94aa23ac9d /misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp | |
parent | New 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.cpp | 12 |
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); |