Do not reload full UI when opening prefs. I see no reason. Introduced in [5586].

This commit is contained in:
Jean-Marie Traissard 2006-10-09 00:01:18 +00:00
parent ca238eb828
commit 0f7e244623
1 changed files with 0 additions and 1 deletions

View File

@ -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':