Cooperation/Connection.py

changeset 3020
542e97d4ecb3
parent 2986
cd4e2cab7eb2
child 3021
801289962f4e
--- a/Cooperation/Connection.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Cooperation/Connection.py	Mon Oct 14 19:30:36 2013 +0200
@@ -208,7 +208,8 @@
                not Preferences.getCooperation("AutoAcceptConnections"):
                 # don't ask for reverse connections or
                 # if we shall accept automatically
-                res = E5MessageBox.yesNo(None,
+                res = E5MessageBox.yesNo(
+                    None,
                     self.trUtf8("New Connection"),
                     self.trUtf8("""<p>Accept connection from """
                                 """<strong>{0}@{1}</strong>?</p>""").format(

eric ide

mercurial