Cooperation/ChatWidget.py

changeset 3020
542e97d4ecb3
parent 2986
cd4e2cab7eb2
child 3021
801289962f4e
--- a/Cooperation/ChatWidget.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Cooperation/ChatWidget.py	Mon Oct 14 19:30:36 2013 +0200
@@ -565,7 +565,8 @@
                     if ex:
                         fname += ex
                 if QFileInfo(fname).exists():
-                    res = E5MessageBox.yesNo(self,
+                    res = E5MessageBox.yesNo(
+                        self,
                         self.trUtf8("Save Chat"),
                         self.trUtf8("<p>The file <b>{0}</b> already exists."
                                     " Overwrite it?</p>").format(fname),
@@ -579,7 +580,8 @@
                     f.write(txt)
                     f.close()
                 except IOError as err:
-                    E5MessageBox.critical(self,
+                    E5MessageBox.critical(
+                        self,
                         self.trUtf8("Error saving Chat"),
                         self.trUtf8("""<p>The chat contents could not be"""
                                     """ written to <b>{0}</b></p>"""

eric ide

mercurial