← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bugs into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/bugs into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)


Bible plugin had DnD addition to existing Service Item removed a few months ago.
The context menu item was missed.
-- 
https://code.launchpad.net/~trb143/openlp/bugs/+merge/44343
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bugs into lp:openlp.
=== modified file 'openlp/plugins/bibles/lib/mediaitem.py'
--- openlp/plugins/bibles/lib/mediaitem.py	2010-12-18 02:12:41 +0000
+++ openlp/plugins/bibles/lib/mediaitem.py	2010-12-21 14:14:52 +0000
@@ -73,7 +73,7 @@
         self.hasNewIcon = False
         self.hasEditIcon = False
         self.hasDeleteIcon = False
-        self.addToServiceItem = True
+        self.addToServiceItem = False
 
     def addEndHeaderBar(self):
         self.SearchTabWidget = QtGui.QTabWidget(self)


Follow ups