Skip to content
Snippets Groups Projects
Commit aec1b5c7 authored by Dicson's avatar Dicson
Browse files

roster_tweaks. fix tb in the configuration dialog

parent 8cc708ad
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,8 @@ class RosterTweaksPluginConfigDialog(GajimPluginConfigDialog):
def on_quick_status_toggled(self, button):
self.plugin.config['quick_status'] = button.get_active()
if not self.plugin.active:
return
self.plugin.status_widget.set_property('visible', button.get_active())
self.plugin.mood_button.set_property('visible', button.get_active())
self.plugin.activity_button.set_property('visible', button.get_active())
......
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