update the iconset in gc windows when we change the iconset
This commit is contained in:
parent
77607214fe
commit
98beecbc08
|
@ -119,6 +119,9 @@ class Preferences_window:
|
|||
icon_string = model[active][0]
|
||||
gajim.config.set('iconset', icon_string)
|
||||
self.plugin.roster.reload_jabber_state_images()
|
||||
for a in gajim.connections:
|
||||
for w in self.plugin.windows[a]['gc'].values():
|
||||
w.update_state_images()
|
||||
self.plugin.save_config()
|
||||
|
||||
def on_roster_widget_color_set(self, widget, text):
|
||||
|
|
Loading…
Reference in New Issue