This commit is contained in:
Kovid Goyal 2014-07-10 09:21:14 +05:30
parent 62db82267f
commit 3964715d56

View File

@ -801,7 +801,7 @@ class Boss(QObject):
if purl.scheme not in {'', 'file'}:
open_url(QUrl(url))
else:
error_dialog(self, _('Not found'), _(
error_dialog(self.gui, _('Not found'), _(
'No file with the name %s was found in the book') % target, show=True)
def saved_searches(self):