little bugfix

This commit is contained in:
Yann Leboulanger 2004-10-18 08:37:40 +00:00
parent e8a436725a
commit 0f00e7ad8a
1 changed files with 3 additions and 3 deletions

View File

@ -196,11 +196,11 @@ class preference_Window:
for a in self.plugin.accounts.keys():
for w in self.plugin.windows[a]['chats'].keys():
self.plugin.windows[a]['chats'][w].tagIn.\
set_property("foreground", colSt_in)
set_property("foreground", self.plugin.config['inmsgcolor'])
self.plugin.windows[a]['chats'][w].tagOut.\
set_property("foreground", colSt_out)
set_property("foreground", self.plugin.config['outmsgcolor'])
self.plugin.windows[a]['chats'][w].tagStatus.\
set_property("foreground", colSt_status)
set_property("foreground", self.plugin.config['statusmsgcolor'])
#IconStyle
ist = self.combo_iconstyle.entry.get_text()
self.plugin.config['iconstyle'] = ist