Skip to content
Snippets Groups Projects
Commit 08506ded authored by dkirov's avatar dkirov
Browse files

[mibus@mibus.org] remote control to take count

of "sync with global status" pref
parent 97420e6a
No related branches found
No related tags found
No related merge requests found
......@@ -346,6 +346,8 @@ class SignalObject(DbusPrototype):
else:
# account not specified, so change the status of all accounts
for acc in gajim.contacts.get_accounts():
if not gajim.config.get_per('accounts', acc, 'sync_with_global_status'):
continue
gobject.idle_add(gajim.interface.roster.send_status, acc,
status, message)
return None
......
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