E5Gui/E5ToolBarDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3035
36e9f388958b
child 3145
a9de05d4a22f
--- a/E5Gui/E5ToolBarDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/E5Gui/E5ToolBarDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -147,7 +147,7 @@
                     self.trUtf8(
                         """A toolbar with the name <b>{0}</b> already"""
                         """ exists.""")
-                        .format(name))
+                    .format(name))
                 return
             
             tbItem = E5ToolBarItem(None, [], False)
@@ -171,7 +171,7 @@
             self.trUtf8("Remove Toolbar"),
             self.trUtf8(
                 """Should the toolbar <b>{0}</b> really be removed?""")
-                .format(name))
+            .format(name))
         if res:
             index = self.toolbarComboBox.currentIndex()
             tbItemID = self.toolbarComboBox.itemData(index)
@@ -208,7 +208,7 @@
                     self.trUtf8(
                         """A toolbar with the name <b>{0}</b> already"""
                         """ exists.""")
-                        .format(newName))
+                    .format(newName))
                 return
             index = self.toolbarComboBox.currentIndex()
             self.toolbarComboBox.setItemText(index, newName)
@@ -358,7 +358,7 @@
             actionID = None
         else:
             actionID = self.actionsTree.currentItem()\
-                       .data(0, E5ToolBarDialog.ActionIdRole)
+                .data(0, E5ToolBarDialog.ActionIdRole)
             action = self.__manager.actionById(actionID)
             item.setText(action.text())
             item.setIcon(action.icon())

eric ide

mercurial