diff --git a/src/gajim.py b/src/gajim.py index b7078b84f..2dfd6e28e 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -860,7 +860,7 @@ class Interface: else: msg_type = 'file-request-error' - self.add_event(account, jid, msg_typ, file_props) + self.add_event(account, jid, msg_type, file_props) if gajim.show_notification(account): # check if we should be notified