E5Gui/E5ToolBarManager.py

changeset 5616
adcffadf4962
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
--- 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 = []

eric ide

mercurial