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/roster_window.py

    r9840 r9843  
    54055405                        gtk.ICON_SIZE_MENU) 
    54065406                disconnect_menuitem.set_image(disconnect_icon) 
    5407                 disconnect_menuitem .connect('activate', self.on_disconnect, jid, account) 
     5407                disconnect_menuitem.connect('activate', self.on_disconnect, jid, account) 
    54085408                menu.append(disconnect_menuitem) 
    54095409