Changeset 8658 for branches/gajim_0.11.1/src/roster_window.py
- Timestamp:
- 08/31/07 10:13:14 (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
r8654 r8658 2932 2932 2933 2933 if not global_sync_connected_accounts > 0 or \ 2934 gajim. account_is_connected(account):2934 gajim.connections[account].connected > 0: 2935 2935 self.send_status(account, status, message) 2936 2936 self.update_status_combobox()
