Fixed an issue with the new error log dialog.

Sat, 31 Mar 2012 12:52:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 31 Mar 2012 12:52:45 +0200
changeset 1745
74c05a1ca2bc
parent 1743
4f9afcd8eb9d
child 1747
cfd59f4b4851

Fixed an issue with the new error log dialog.

UI/ErrorLogDialog.py file | annotate | diff | comparison | revisions
--- a/UI/ErrorLogDialog.py	Sat Mar 31 12:08:28 2012 +0200
+++ b/UI/ErrorLogDialog.py	Sat Mar 31 12:52:45 2012 +0200
@@ -48,9 +48,9 @@
         """
         Private slot to send an email.
         """
+        self.accept()
         self.__ui.showEmailDialog("bug",
             attachFile=self.__logFile, deleteAttachFile=True)
-        self.accept()
     
     @pyqtSlot()
     def on_deleteButton_clicked(self):

eric ide

mercurial