Fixed a bug in the email dialog.

Mon, 04 Apr 2011 19:24:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 04 Apr 2011 19:24:07 +0200
changeset 968
c6d377168b02
parent 966
890ec4c04ffe
child 971
1243c600ba57

Fixed a bug in the email dialog.

UI/EmailDialog.py file | annotate | diff | comparison | revisions
--- a/UI/EmailDialog.py	Sun Apr 03 16:36:41 2011 +0200
+++ b/UI/EmailDialog.py	Mon Apr 04 19:24:07 2011 +0200
@@ -302,7 +302,7 @@
             QApplication.restoreOverrideCursor()
         except (smtplib.SMTPException, socket.error) as e:
             QApplication.restoreOverrideCursor()
-            res = E5MessageBox.critical(self,
+            res = E5MessageBox.retryAbort(self,
                 self.trUtf8("Send bug report"),
                 self.trUtf8("""<p>Message could not be sent.<br>Reason: {0}</p>""")
                     .format(str(e)),

eric ide

mercurial