forked from openlp/openlp
Bible can add verses to service item
This commit is contained in:
parent
13608bedae
commit
a71505a10c
@ -58,6 +58,7 @@ class BibleMediaItem(MediaManagerItem):
|
|||||||
self.ListViewWithDnD_class = BibleListView
|
self.ListViewWithDnD_class = BibleListView
|
||||||
self.servicePath = None
|
self.servicePath = None
|
||||||
self.lastReference = []
|
self.lastReference = []
|
||||||
|
self.addToServiceItem = True
|
||||||
MediaManagerItem.__init__(self, parent, icon, title)
|
MediaManagerItem.__init__(self, parent, icon, title)
|
||||||
# place to store the search results
|
# place to store the search results
|
||||||
self.search_results = {}
|
self.search_results = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user