redraw the roster when we change the iconset

This commit is contained in:
Yann Leboulanger 2005-03-30 08:47:24 +00:00
parent 73bc4a083b
commit 316f7b9a04
1 changed files with 1 additions and 0 deletions

View File

@ -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"""