Show
Ignore:
Timestamp:
08/31/07 10:13:14 (15 months ago)
Author:
asterix
Message:

send status to connecting accounts when we change global status combobox. Fixes #3133

Files:
1 modified

Legend:

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

    r8654 r8658  
    29322932 
    29332933                        if not global_sync_connected_accounts > 0 or \ 
    2934                         gajim.account_is_connected(account): 
     2934                        gajim.connections[account].connected > 0: 
    29352935                                self.send_status(account, status, message) 
    29362936                self.update_status_combobox()