bugfix about colors
This commit is contained in:
parent
68c16c26ea
commit
ad2542b74a
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue