send status syncronously when we quit GUI
This commit is contained in:
parent
2d1f629527
commit
903a3cc6c7
|
@ -1535,7 +1535,7 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response()
|
|||
message = ''
|
||||
for acct in accounts:
|
||||
if gajim.connections[acct].connected:
|
||||
self.send_status(acct, 'offline', message)
|
||||
self.send_status(acct, 'offline', message, True)
|
||||
self.quit_gtkgui_plugin()
|
||||
return True # do NOT destory the window
|
||||
|
||||
|
|
Loading…
Reference in New Issue