Show
Ignore:
Timestamp:
09/30/07 23:10:07 (14 months ago)
Author:
asterix
Message:

fix number of arguments in GC_NOTIFY event

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.2/src/gajim.py

    r8748 r8878  
    609609                        # It's maybe a GC_NOTIFY (specialy for MSN gc) 
    610610                        self.handle_event_gc_notify(account, (jid, array[1], status_message, 
    611                                 array[3], None, None, None, None, None, None, None)) 
     611                                array[3], None, None, None, None, None, None, None, None)) 
    612612                         
    613613