Changeset 8731

Show
Ignore:
Timestamp:
09/05/07 16:05:27 (15 months ago)
Author:
asterix
Message:

send status to room only once

Files:
1 modified

Legend:

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

    r8727 r8731  
    28142814                                        gajim.connections[account].gpg_passphrase(passphrase) 
    28152815 
    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) 
    28212816                if gajim.account_is_connected(account): 
    28222817                        if status == 'online' and gajim.interface.sleeper.getState() != \