Show
Ignore:
Timestamp:
06/26/08 16:09:27 (5 months ago)
Author:
steve-e
Message:

Do not update metacontacts when nothing has changed. Fixes sending metacontact info to server when we expand a groupchat.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/contacts.py

    r9825 r9843  
    394394                        if found: 
    395395                                self._metacontacts_tags[account][tag].remove(found) 
     396                                common.gajim.connections[account].store_metacontacts( 
     397                                        self._metacontacts_tags[account]) 
    396398                                break 
    397                 common.gajim.connections[account].store_metacontacts( 
    398                         self._metacontacts_tags[account]) 
    399399 
    400400        def has_brother(self, account, jid):