Changeset 8978

Show
Ignore:
Timestamp:
11/16/07 11:32:36 (13 months ago)
Author:
asterix
Message:

don't autojoin all bookmarks when comming back from invisible

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r8975 r8978  
    35413541                                # We come back from invisible, join bookmarks 
    35423542                                for bm in gajim.connections[account].bookmarks: 
     3543                                        if bm['autojoin'] not in ('1', 'true'): 
     3544                                                continue 
    35433545                                        room_jid = bm['jid'] 
    35443546                                        if room_jid in gajim.gc_connected[account] and \