Changeset 9595
- Timestamp:
- 05/07/08 20:07:31 (3 months ago)
- Files:
-
- trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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:
