From 316f7b9a0440958def0f1e298c77461e62cdfb7f Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 30 Mar 2005 08:47:24 +0000
Subject: [PATCH] redraw the roster when we change the iconset

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

diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py
index 91102caed0..02964ff394 100644
--- a/plugins/gtkgui/config.py
+++ b/plugins/gtkgui/config.py
@@ -77,6 +77,7 @@ class Preferences_window:
 		icon_string = model[active][0]
 		self.plugin.config['iconstyle'] = icon_string
 		self.plugin.roster.mkpixbufs()
+		self.plugin.roster.draw_roster()
 		
 	def on_account_text_colorbutton_color_set(self, widget):
 		"""Take The Color For The Account Text"""
-- 
GitLab