Skip to content
Snippets Groups Projects
Commit 765e7203 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

do not quit gajim if we don't click ok in the status message

parent 67dcbf2e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment