This commit is contained in:
Kovid Goyal 2011-12-14 09:16:02 +05:30
parent 4f38910a90
commit 2676903fbf
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ class MobiWriter(object):
index = 1
mh_href = None
if 'masthead' in oeb.guide:
if 'masthead' in oeb.guide and oeb.guide['masthead'].href:
mh_href = oeb.guide['masthead'].href
self.image_records.append(None)
index += 1

View File

@ -441,7 +441,7 @@ class Scheduler(QObject):
self.news_menu.addAction(self.cac)
self.news_menu.addSeparator()
self.all_action = self.news_menu.addAction(
_('Download all scheduled new sources'),
_('Download all scheduled news sources'),
self.download_all_scheduled)
self.timer = QTimer(self)