This commit is contained in:
Andreas Preikschat 2010-08-18 17:04:16 +02:00
parent e1b35d7fe4
commit 5a22e67346

View File

@ -465,7 +465,8 @@ class BibleMediaItem(MediaManagerItem):
def generateSlideData(self, service_item, item=None):
'''
Generates and formats the slides for the service item.
Generates and formats the slides for the service item as well as the
service item's title.
'''
log.debug(u'generating slide data')
items = self.listView.selectedIndexes()
@ -628,10 +629,10 @@ class BibleMediaItem(MediaManagerItem):
for i in range(int(range_from), int(range_to) + 1):
combo.addItem(unicode(i))
def displayResults(self, bible, dual_bible=None):
def displayResults(self, bible, dual_bible=u''):
'''
Displays the search results in the media manager. All data needed for further
action is saved for/in each row.
Displays the search results in the media manager. All data needed for
further action is saved for/in each row.
'''
version = self.parent.manager.get_meta_data(bible, u'Version')
copyright = self.parent.manager.get_meta_data(bible, u'Copyright')