mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6c4c95b128
commit
89a6e4eaee
@ -377,8 +377,8 @@ class SavedSearchBox(QComboBox): # {{{
|
|||||||
_('No search is selected'), show=True)
|
_('No search is selected'), show=True)
|
||||||
return
|
return
|
||||||
if not confirm('<p>'+_('The selected search will be '
|
if not confirm('<p>'+_('The selected search will be '
|
||||||
'<b>permanently deleted</b>. Are you sure?')
|
'<b>permanently deleted</b>. Are you sure?') +
|
||||||
+'</p>', 'saved_search_delete', self):
|
'</p>', 'saved_search_delete', self):
|
||||||
return
|
return
|
||||||
ss = db.saved_search_lookup(unicode(self.currentText()))
|
ss = db.saved_search_lookup(unicode(self.currentText()))
|
||||||
if ss is None:
|
if ss is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user