Show
Ignore:
Timestamp:
08/10/07 01:04:02 (17 months ago)
Author:
asterix
Message:

clear contact list when we connect. fixes #3234

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r8482 r8483  
    12241224                if not gajim.groups.has_key(account): 
    12251225                        gajim.groups[account] = {} 
     1226                # Empty contact list 
     1227                gajim.contacts.clear_contacts(account) 
    12261228                for jid in array.keys(): 
    12271229                        jids = jid.split('/')