mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 20:03:31 +02:00
Bah. Used "undo" to remove some print statements, and also removed the fix.
This commit is contained in:
parent
1400222d17
commit
2acdaaf1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ def add_node_tree(tree_dict, m, path):
|
|||
self.context_menu.addAction(self.delete_icon,
|
||||
_('Delete search %s')%display_name(tag),
|
||||
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:
|
||||
self.context_menu.addAction(self.user_category_icon,
|
||||
_('Remove %(item)s from category %(cat)s')%
|
||||
|
|
|
|||
Loading…
Reference in a new issue