Changeset 9856
- Timestamp:
- 06/27/08 18:48:05 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r9847 r9856 2451 2451 if group_list is None: 2452 2452 status = gajim.connections[jid_account].connected 2453 if gajim.SHOW_LIST[status] == 'invisible': 2454 # Don't send our presence if we're invisible 2455 return 2453 2456 msg = gajim.connections[jid_account].status 2454 2457 if not self.regroup: … … 2463 2466 else: # accounts merged 2464 2467 show = helpers.get_global_show() 2468 if gajim.SHOW_LIST[show] == 'invisible': 2469 # Don't send our presence if we're invisible 2470 continue 2465 2471 if account not in accounts: 2466 2472 if gajim.connections[account].privacy_rules_supported:
