Show
Ignore:
Timestamp:
09/04/07 22:16:15 (15 months ago)
Author:
asterix
Message:

clear contact list when we connect. fixes #3234

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r8718 r8719  
    11201120                if not gajim.groups.has_key(account): 
    11211121                        gajim.groups[account] = {} 
     1122                # Empty contact list 
     1123                gajim.contacts.clear_contacts(account) 
    11221124                for jid in array.keys(): 
    11231125                        jids = jid.split('/')