diff -r e1074b63ff08 -r 5af61623ae3c Cooperation/ChatWidget.py --- a/Cooperation/ChatWidget.py Fri Sep 03 18:53:24 2010 +0200 +++ b/Cooperation/ChatWidget.py Fri Sep 03 20:04:49 2010 +0200 @@ -547,7 +547,7 @@ self.trUtf8("Save Chat"), self.trUtf8("<p>The 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) @@ -668,4 +668,4 @@ QDateTime.currentDateTime().toString(Qt.SystemLocaleLongDate) + ":") self.chatEdit.append(self.trUtf8("* {0} has been banned and kicked.\n").format( itm.text().split(":")[0])) - self.chatEdit.setTextColor(color) + self.chatEdit.setTextColor(color) \ No newline at end of file