merge account is applied instantly
This commit is contained in:
parent
d71865324c
commit
99a64c0735
plugins/gtkgui
|
@ -70,6 +70,7 @@ class Preferences_window:
|
||||||
else:
|
else:
|
||||||
self.plugin.config['mergeaccounts'] = 0
|
self.plugin.config['mergeaccounts'] = 0
|
||||||
self.plugin.roster.regroup = self.plugin.config['mergeaccounts']
|
self.plugin.roster.regroup = self.plugin.config['mergeaccounts']
|
||||||
|
self.plugin.roster.draw_roster()
|
||||||
|
|
||||||
def on_iconstyle_combobox_changed(self, widget, path):
|
def on_iconstyle_combobox_changed(self, widget, path):
|
||||||
model = widget.get_model()
|
model = widget.get_model()
|
||||||
|
|
Loading…
Reference in New Issue