Show
Ignore:
Timestamp:
09/05/07 18:10:26 (15 months ago)
Author:
asterix
Message:

don't send music changement if we're not correctly connected

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r8732 r8734  
    30063006                        'sync_with_global_status'): 
    30073007                                continue 
    3008                         if not gajim.connections[account].connected: 
     3008                        if gajim.connections[account].connected < gajim.SHOW_LIST.index( 
     3009                        'online') or gajim.connections[account].connected > gajim.SHOW_LIST.\ 
     3010                        index('invisible'): 
    30093011                                continue 
    30103012                        current_show = gajim.SHOW_LIST[gajim.connections[account].connected]