Preferences/ConfigurationPages/CooperationPage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3038
7fe9a53280bd
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Preferences/ConfigurationPages/CooperationPage.py
--- a/Preferences/ConfigurationPages/CooperationPage.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Preferences/ConfigurationPages/CooperationPage.py	Sun Nov 03 15:58:22 2013 +0100
@@ -93,8 +93,8 @@
         @param txt text entered by the user (string)
         """
         self.addBannedUserButton.setEnabled(
-            self.__bannedUserValidator.validate(txt, len(txt))[0] == \
-                QValidator.Acceptable)
+            self.__bannedUserValidator.validate(txt, len(txt))[0] ==
+            QValidator.Acceptable)
     
     @pyqtSlot()
     def on_deleteBannedUsersButton_clicked(self):

eric ide

mercurial