This commit is contained in:
Kovid Goyal 2015-06-09 08:57:05 +05:30
parent 6c4c95b128
commit 89a6e4eaee

View File

@ -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: