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>2004-05-14 00:03:21 +0400
committerYann Leboulanger <asterix@lagaule.org>2004-05-14 00:03:21 +0400
commitad2542b74aa97f7375d44e84b71ef46de45d72b1 (patch)
treec52084aa095d4e104e0dd34cff0359bca3628240 /plugins
parent68c16c26ea11218f3881985375289d24097e70ac (diff)
bugfix about colors
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkgui/gtkgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py
index 54cc27b2b..765a64d7e 100644
--- a/plugins/gtkgui/gtkgui.py
+++ b/plugins/gtkgui/gtkgui.py
@@ -342,9 +342,9 @@ class preference_Window:
for w in self.plugin.windows[a]['chats'].keys():
self.plugin.windows[a]['chats'][w].tagIn.\
set_property("foreground", colSt_in)
- self.plugin.windows[a]['chats'][w].tagIn.\
+ self.plugin.windows[a]['chats'][w].tagOut.\
set_property("foreground", colSt_out)
- self.plugin.windows[a]['chats'][w].tagIn.\
+ self.plugin.windows[a]['chats'][w].tagStatus.\
set_property("foreground", colSt_status)
#IconStyle
ist = self.combo_iconstyle.entry.get_text()