UI/DiffDialog.py

changeset 687
385014bda8ec
parent 564
b3d966393ba9
child 791
9ec2ac20e54e
diff -r b672b36f3efb -r 385014bda8ec UI/DiffDialog.py
--- 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