Bah. Used "undo" to remove some print statements, and also removed the fix.

This commit is contained in:
Charles Haley 2012-01-08 17:22:02 +01:00
parent 1400222d17
commit 2acdaaf1a9

View File

@ -381,7 +381,7 @@ class TagsView(QTreeView): # {{{
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')%