Changeset 9587

Show
Ignore:
Timestamp:
05/06/08 19:43:03 (4 months ago)
Author:
steve-e
Message:

Sync groups of metacontacts to fix a potential bug. Contact iters of brothers might not be found, though they are in roster.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r9586 r9587  
    332332                        assert len(parent_iters) > 0,\ 
    333333                                "Big brother is not yet in roster!" 
     334 
     335                        # Do not confuse get_contact_iter  
     336                        # Sync groups of family members 
     337                        contact.groups = big_brother_contact.groups[:] 
    334338 
    335339                        for child_iter in parent_iters: