Changeset 8731 for branches/gajim_0.11.1/src
- Timestamp:
- 09/05/07 16:05:27 (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
r8727 r8731 2814 2814 gajim.connections[account].gpg_passphrase(passphrase) 2815 2815 2816 for gc_control in gajim.interface.msg_win_mgr.get_controls(2817 message_control.TYPE_GC):2818 if gc_control.account == account:2819 gajim.connections[account].send_gc_status(gc_control.nick,2820 gc_control.room_jid, status, txt)2821 2816 if gajim.account_is_connected(account): 2822 2817 if status == 'online' and gajim.interface.sleeper.getState() != \
