diff -r e1074b63ff08 -r 5af61623ae3c UI/DiffDialog.py --- a/UI/DiffDialog.py Fri Sep 03 18:53:24 2010 +0200 +++ b/UI/DiffDialog.py Fri Sep 03 20:04:49 2010 +0200 @@ -290,7 +290,7 @@ self.trUtf8("Save Diff"), self.trUtf8("<p>The patch file <b>{0}</b> already exists." " Overwrite it?</p>").format(fname), - type_ = E5MessageBox.Warning) + icon = E5MessageBox.Warning) if not res: return fname = Utilities.toNativeSeparators(fname) @@ -509,4 +509,4 @@ QApplication.exit() return True - return False + return False \ No newline at end of file