Show
Ignore:
Timestamp:
09/03/07 10:57:32 (15 months ago)
Author:
asterix
Message:

Redraw groups if we add/remove contacts. Fixes #3192

Files:
1 modified

Legend:

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

    r8696 r8697  
    346346                        groups = [_('General')] 
    347347                for group in groups: 
     348                        self.draw_group(group, account) 
    348349                        iterG = self.get_group_iter(group, account) 
    349350                        if not iterG: 
     
    523524                                                if gajim.groups[account].has_key(group): 
    524525                                                        del gajim.groups[account][group] 
     526                                else: 
     527                                        self.draw_group(group, account) 
    525528 
    526529                # re-add children