fix TB
This commit is contained in:
parent
92bbc215cc
commit
19a61ee605
|
@ -1194,6 +1194,7 @@ _('If "%s" accepts this request you will know his status.') %jid)
|
||||||
self.plugin.systray.change_status('connecting')
|
self.plugin.systray.change_status('connecting')
|
||||||
|
|
||||||
def send_status(self, account, status, txt, sync = False, auto = False):
|
def send_status(self, account, status, txt, sync = False, auto = False):
|
||||||
|
model = self.tree.get_model()
|
||||||
accountIter = self.get_account_iter(account)
|
accountIter = self.get_account_iter(account)
|
||||||
if status != 'offline':
|
if status != 'offline':
|
||||||
if gajim.connections[account].connected < 2:
|
if gajim.connections[account].connected < 2:
|
||||||
|
|
Loading…
Reference in New Issue