From 581b2c07001b183f876e4ddae93691910e92fbfc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Feb 2018 09:14:19 +0530 Subject: [PATCH] Forgot to add context-menu-split to all_locations --- src/calibre/gui2/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/__init__.py b/src/calibre/gui2/actions/__init__.py index 5a76067b97..8b31132779 100644 --- a/src/calibre/gui2/actions/__init__.py +++ b/src/calibre/gui2/actions/__init__.py @@ -96,7 +96,7 @@ class InterfaceAction(QObject): all_locations = frozenset(['toolbar', 'toolbar-device', 'context-menu', 'context-menu-device', 'toolbar-child', 'menubar', 'menubar-device', - 'context-menu-cover-browser']) + 'context-menu-cover-browser', 'context-menu-split']) #: Type of action #: 'current' means acts on the current view