do not quit gajim if we don't click ok in the status message
This commit is contained in:
parent
67dcbf2e27
commit
765e720357
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ class Roster_window:
|
|||
if get_msg:
|
||||
message = self.get_status_message('offline')
|
||||
if message == -1:
|
||||
message = ''
|
||||
return
|
||||
for acct in accounts:
|
||||
if self.plugin.connected[acct]:
|
||||
self.send_status(acct, 'offline', message)
|
||||
|
|
Loading…
Add table
Reference in a new issue