Changeset 3440 for branches/gajim_0.8.2

Show
Ignore:
Timestamp:
09/06/05 13:17:00 (3 years ago)
Author:
nk
Message:

fix in roster_window.py

Files:
1 modified

Legend:

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

    r3302 r3440  
    11731173 
    11741174        def send_status(self, account, status, txt, sync = False, auto = False): 
     1175                accountIter = self.get_account_iter(account) 
    11751176                if status != 'offline': 
    11761177                        if gajim.connections[account].connected < 2: