From 90ff41dfb2ba554f64cb61dd5d1a6de599941b32 Mon Sep 17 00:00:00 2001 From: GRiker Date: Sun, 19 Sep 2010 03:54:39 -0600 Subject: [PATCH] KG fix for TweakEpub --- src/calibre/gui2/actions/tweak_epub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/tweak_epub.py b/src/calibre/gui2/actions/tweak_epub.py index 5f49c57379..020e9c0382 100755 --- a/src/calibre/gui2/actions/tweak_epub.py +++ b/src/calibre/gui2/actions/tweak_epub.py @@ -11,7 +11,7 @@ class TweakEpubAction(InterfaceAction): name = 'Tweak ePub' action_spec = (_('Edit ePub in situ'), 'document_open.png', None, None) - dont_add_to = frozenset(['toolbar-device', 'context-menu-device']) + #dont_add_to = frozenset(['toolbar-device', 'context-menu-device']) action_type = 'current' def genesis(self):