Also redraw message window when we check / uncheck the use_transport_iconset option. Fixes #1504
This commit is contained in:
parent
964d32fc48
commit
54f350b9c7
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ class PreferencesWindow:
|
|||
|
||||
def on_transports_iconsets_checkbutton_toggled(self, widget):
|
||||
self.on_checkbutton_toggled(widget, 'use_transports_iconsets')
|
||||
gajim.interface.roster.draw_roster()
|
||||
gajim.interface.roster.reload_jabber_state_images()
|
||||
|
||||
def on_manage_theme_button_clicked(self, widget):
|
||||
dialogs.GajimThemesWindow()
|
||||
|
|
Loading…
Add table
Reference in a new issue