From 94186d6d1601fe11a8c6d76473227162076e51c7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 May 2007 17:41:31 +0000 Subject: [PATCH] fix missing argument to handle_event_gc_notify function. Thanks sgala --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index ac0fe6388..0bb8df28d 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -660,7 +660,7 @@ class Interface: # remove in 2007 # It's maybe a GC_NOTIFY (specialy for MSN gc) self.handle_event_gc_notify(account, (jid, array[1], status_message, - array[3], None, None, None, None, None, None, None)) + array[3], None, None, None, None, None, None, None, None)) def handle_event_msg(self, account, array):