--- a/E5Gui/E5ToolBarManager.py Thu Mar 16 19:30:15 2017 +0100 +++ b/E5Gui/E5ToolBarManager.py Thu Mar 16 19:32:33 2017 +0100 @@ -246,7 +246,7 @@ if action.isSeparator(): del action else: - self.__actionToToolBars[id(action)].remove(toolBar) # __IGNORE_WARNING__ + self.__actionToToolBars[id(action)].remove(toolBar) # step 3: set the actions as requested newActionsWithSeparators = []