redraw the roster when we change the iconset
This commit is contained in:
parent
73bc4a083b
commit
316f7b9a04
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue