Preferences/ConfigurationPages/EmailPage.py

changeset 3034
7ce719013078
parent 3025
67064c71df21
child 3038
7fe9a53280bd
diff -r 58fe260e7469 -r 7ce719013078 Preferences/ConfigurationPages/EmailPage.py
--- a/Preferences/ConfigurationPages/EmailPage.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Preferences/ConfigurationPages/EmailPage.py	Sat Oct 19 13:03:39 2013 +0200
@@ -80,9 +80,9 @@
         Private slot to update the enabled state of the test button.
         """
         self.testButton.setEnabled(
-            self.mailAuthenticationCheckBox.isChecked() and \
-            self.mailUserEdit.text() != "" and \
-            self.mailPasswordEdit.text() != "" and \
+            self.mailAuthenticationCheckBox.isChecked() and
+            self.mailUserEdit.text() != "" and
+            self.mailPasswordEdit.text() != "" and
             self.mailServerEdit.text() != ""
         )
     

eric ide

mercurial