Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Marie Traissard <jim@lapin.org>2006-10-09 04:01:18 +0400
committerJean-Marie Traissard <jim@lapin.org>2006-10-09 04:01:18 +0400
commit0f7e24462304783d6595da5a7e2196428223a0d8 (patch)
tree740f57d0cecaacb8ec9c029e79b8c9e7d0551a87 /src
parentca238eb8288c13dc9e1bbc3615e62d8405efb528 (diff)
Do not reload full UI when opening prefs. I see no reason. Introduced in [5586].
Diffstat (limited to 'src')
-rw-r--r--src/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 976a15bf8..4562c463f 100644
--- a/src/config.py
+++ b/src/config.py
@@ -186,7 +186,6 @@ class PreferencesWindow:
if gajim.config.get('roster_theme') == config_theme:
theme_combobox.set_active(i)
i += 1
- self.on_theme_combobox_changed(theme_combobox)
#use speller
if os.name == 'nt':