Preferences/ToolGroupConfigurationDialog.py

changeset 3010
befeff46ec0f
parent 2302
f29e9405c851
child 3020
542e97d4ecb3
child 3057
10516539f238
--- a/Preferences/ToolGroupConfigurationDialog.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Preferences/ToolGroupConfigurationDialog.py	Sat Oct 12 18:25:29 2013 +0200
@@ -61,7 +61,8 @@
                 self.trUtf8("You have to give a name for the group to add."))
             return
         
-        if len(self.groupsList.findItems(groupName, Qt.MatchFlags(Qt.MatchExactly))):
+        if len(self.groupsList.findItems(
+                groupName, Qt.MatchFlags(Qt.MatchExactly))):
             E5MessageBox.critical(self,
                 self.trUtf8("Add tool group entry"),
                 self.trUtf8("An entry for the group name {0} already exists.")\
@@ -88,7 +89,8 @@
                 self.trUtf8("You have to give a name for the group to add."))
             return
         
-        if len(self.groupsList.findItems(groupName, Qt.MatchFlags(Qt.MatchExactly))):
+        if len(self.groupsList.findItems(
+                groupName, Qt.MatchFlags(Qt.MatchExactly))):
             E5MessageBox.critical(self,
                 self.trUtf8("Add tool group entry"),
                 self.trUtf8("An entry for the group name {0} already exists.")\

eric ide

mercurial