Do not reload full UI when opening prefs. I see no reason. Introduced in [5586].
This commit is contained in:
parent
ca238eb828
commit
0f7e244623
|
@ -186,7 +186,6 @@ class PreferencesWindow:
|
||||||
if gajim.config.get('roster_theme') == config_theme:
|
if gajim.config.get('roster_theme') == config_theme:
|
||||||
theme_combobox.set_active(i)
|
theme_combobox.set_active(i)
|
||||||
i += 1
|
i += 1
|
||||||
self.on_theme_combobox_changed(theme_combobox)
|
|
||||||
|
|
||||||
#use speller
|
#use speller
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
|
|
Loading…
Reference in New Issue