bugfix about colors

This commit is contained in:
Yann Leboulanger 2004-05-13 20:03:21 +00:00
parent 68c16c26ea
commit ad2542b74a
1 changed files with 2 additions and 2 deletions

View File

@ -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()