mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Bah. Used "undo" to remove some print statements, and also removed the fix.
This commit is contained in:
parent
1400222d17
commit
2acdaaf1a9
@ -381,7 +381,7 @@ class TagsView(QTreeView): # {{{
|
|||||||
self.context_menu.addAction(self.delete_icon,
|
self.context_menu.addAction(self.delete_icon,
|
||||||
_('Delete search %s')%display_name(tag),
|
_('Delete search %s')%display_name(tag),
|
||||||
partial(self.context_menu_handler,
|
partial(self.context_menu_handler,
|
||||||
action='delete_search', key=tag.name))
|
action='delete_search', key=tag.original_name))
|
||||||
if key.startswith('@') and not item.is_gst:
|
if key.startswith('@') and not item.is_gst:
|
||||||
self.context_menu.addAction(self.user_category_icon,
|
self.context_menu.addAction(self.user_category_icon,
|
||||||
_('Remove %(item)s from category %(cat)s')%
|
_('Remove %(item)s from category %(cat)s')%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user