Fixed a naming issue.

Wed, 20 Oct 2010 20:25:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Oct 2010 20:25:04 +0200
changeset 687
385014bda8ec
parent 686
b672b36f3efb
child 688
b4ea6261967a

Fixed a naming issue.

UI/DiffDialog.py file | annotate | diff | comparison | revisions
--- a/UI/DiffDialog.py	Wed Oct 20 19:04:48 2010 +0200
+++ b/UI/DiffDialog.py	Wed Oct 20 20:25:04 2010 +0200
@@ -284,7 +284,7 @@
         if not ext:
             ex = selectedFilter.split("(*")[1].split(")")[0]
             if ex:
-                fileName += ex
+                fname += ex
         if QFileInfo(fname).exists():
             res = E5MessageBox.yesNo(self,
                 self.trUtf8("Save Diff"),
@@ -509,4 +509,4 @@
             QApplication.exit()
             return True
         
-        return False
\ No newline at end of file
+        return False

eric ide

mercurial