Changeset 8734 for branches/gajim_0.11.1/src/roster_window.py
- Timestamp:
- 09/05/07 18:10:26 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/roster_window.py
r8732 r8734 3006 3006 'sync_with_global_status'): 3007 3007 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'): 3009 3011 continue 3010 3012 current_show = gajim.SHOW_LIST[gajim.connections[account].connected]
