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
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
commit06ab4a7b6dd3d2f9db0d5df1f1cfe0dd635d96bc (patch)
tree04072fc88ede31308beb5e63f2afaeff9a787414 /src/gajim_themes_window.py
parentf801a50260a7f7748952b6c88f065575bcac547c (diff)
revert thorstenp patches for now. They introduce bugs.
Diffstat (limited to 'src/gajim_themes_window.py')
-rw-r--r--src/gajim_themes_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index e5c7802b4..46dc71e45 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -121,7 +121,7 @@ class GajimThemesWindow:
model.clear()
for config_theme in gajim.config.get_per('themes'):
theme = config_theme.replace('_', ' ')
- model.append([theme])
+ iter = model.append([theme])
def select_active_theme(self):
model = self.themes_tree.get_model()