Changeset 9595 for trunk/src/roster_window.py
- Timestamp:
- 05/07/08 20:07:31 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r9594 r9595 543 543 assert len(iters) > 0, "Old Big Brother %s is not in roster anymore" % old_big_jid 544 544 assert not self.model.iter_children(iters[0]),\ 545 "Old Big Brother still has children" % old_big_jid545 "Old Big Brother %s still has children" % old_big_jid 546 546 547 547 # This one is strange but necessary:
