From 7f4cd5f4c0edb6d7647ea2737517b1706dd0816b Mon Sep 17 00:00:00 2001 From: suutari-olli Date: Mon, 2 May 2016 07:36:05 +0300 Subject: [PATCH] Removed # Cherry comment which I made earlier to locate some code. --- openlp/plugins/bibles/lib/mediaitem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index cf1e7f841..10dfaf447 100644 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/lib/mediaitem.py @@ -253,7 +253,6 @@ class BibleMediaItem(MediaManagerItem): # Other stuff self.quick_search_edit.returnPressed.connect(self.on_quick_search_button) self.search_tab_bar.currentChanged.connect(self.on_search_tab_bar_current_changed) - # Cherry self.quick_search_edit.textChanged.connect(self.on_search_text_edit_changed) def on_focus(self):