E5Gui/E5ToolBarManager.py

changeset 3621
15f23ed3f216
parent 3178
f25fc1364c88
child 3656
441956d8fce5
--- a/E5Gui/E5ToolBarManager.py	Fri May 30 13:17:20 2014 +0200
+++ b/E5Gui/E5ToolBarManager.py	Fri May 30 15:16:40 2014 +0200
@@ -36,29 +36,29 @@
         self.__ui = ui
         
         self.__toolBars = {}
-            # maps toolbar IDs to actions
+        # maps toolbar IDs to actions
         self.__toolBarsWithSeparators = {}
-            # maps toolbar IDs to actions incl. separators
+        # maps toolbar IDs to actions incl. separators
         self.__defaultToolBars = {}
-            # maps default toolbar IDs to actions
+        # maps default toolbar IDs to actions
         self.__customToolBars = []
-            # list of custom toolbars
+        # list of custom toolbars
         self.__allToolBars = {}
-            # maps toolbar IDs to toolbars
+        # maps toolbar IDs to toolbars
         
         self.__categoryToActions = {}
-            # maps categories to actions
+        # maps categories to actions
         self.__actionToCategory = {}
-            # maps action IDs to categories
+        # maps action IDs to categories
         self.__allActions = {}
-            # maps action IDs to actions
+        # maps action IDs to actions
         self.__actionToToolBars = {}
-            # maps action IDs to toolbars
+        # maps action IDs to toolbars
         
         self.__widgetActions = {}
-            # maps widget action IDs to toolbars
+        # maps widget action IDs to toolbars
         self.__allWidgetActions = {}
-            # maps widget action IDs to widget actions
+        # maps widget action IDs to widget actions
     
     ######################################################
     ## Private methods

eric ide

mercurial