From 99a64c073524dc68c8dbea7d27ac0ddd8f665ec8 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Mon, 28 Mar 2005 16:15:50 +0000
Subject: [PATCH] merge account is applied instantly

---
 plugins/gtkgui/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py
index 0c1afe485a..31b821b553 100644
--- a/plugins/gtkgui/config.py
+++ b/plugins/gtkgui/config.py
@@ -70,6 +70,7 @@ class Preferences_window:
 		else:
 			self.plugin.config['mergeaccounts'] = 0
 		self.plugin.roster.regroup = self.plugin.config['mergeaccounts']
+		self.plugin.roster.draw_roster()
 	
 	def on_iconstyle_combobox_changed(self, widget, path):
 		model = widget.get_model()
-- 
GitLab