Changeset 8697 for branches/gajim_0.11.1/src/roster_window.py
- Timestamp:
- 09/03/07 10:57:32 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/roster_window.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/roster_window.py
r8696 r8697 346 346 groups = [_('General')] 347 347 for group in groups: 348 self.draw_group(group, account) 348 349 iterG = self.get_group_iter(group, account) 349 350 if not iterG: … … 523 524 if gajim.groups[account].has_key(group): 524 525 del gajim.groups[account][group] 526 else: 527 self.draw_group(group, account) 525 528 526 529 # re-add children
