diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-07-09 09:25:46 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-07-09 09:25:46 +0000 |
commit | 4cf19554a69f9a057ea959f8591f86adf75ca90c (patch) | |
tree | 8f4434021be972fd4f3d2b2e2cc777a920558b31 /misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp | |
parent | update mail/ezmlm: (diff) |
Unbroken and updated to 1.2.2.
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=84515
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, 0 insertions, 12 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 deleted file mode 100644 index 209520e81ffa..000000000000 --- a/misc/bibletime-kde4/files/patch-bibletime::frontend::searchdialog::csearchdialog.cpp +++ /dev/null @@ -1,12 +0,0 @@ -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); |