From 8a633b59afd4f481baf50e14c9eaea961d0b059d Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 23 Nov 2002 03:33:20 +0000 Subject: 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 --- ...atch-bibletime::frontend::searchdialog::csearchdialog.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/bibletime/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp (limited to 'misc/bibletime/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp') diff --git a/misc/bibletime/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp b/misc/bibletime/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp new file mode 100644 index 000000000000..209520e81ffa --- /dev/null +++ b/misc/bibletime/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); -- cgit v1.2.3