mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-03 05:16:48 +01:00
...
This commit is contained in:
parent
6c4c95b128
commit
89a6e4eaee
1 changed files with 2 additions and 2 deletions
|
|
@ -377,8 +377,8 @@ def delete_current_search(self):
|
|||
_('No search is selected'), show=True)
|
||||
return
|
||||
if not confirm('<p>'+_('The selected search will be '
|
||||
'<b>permanently deleted</b>. Are you sure?')
|
||||
+'</p>', 'saved_search_delete', self):
|
||||
'<b>permanently deleted</b>. Are you sure?') +
|
||||
'</p>', 'saved_search_delete', self):
|
||||
return
|
||||
ss = db.saved_search_lookup(unicode(self.currentText()))
|
||||
if ss is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue