bugfix about colors
This commit is contained in:
parent
68c16c26ea
commit
ad2542b74a
|
@ -342,9 +342,9 @@ class preference_Window:
|
||||||
for w in self.plugin.windows[a]['chats'].keys():
|
for w in self.plugin.windows[a]['chats'].keys():
|
||||||
self.plugin.windows[a]['chats'][w].tagIn.\
|
self.plugin.windows[a]['chats'][w].tagIn.\
|
||||||
set_property("foreground", colSt_in)
|
set_property("foreground", colSt_in)
|
||||||
self.plugin.windows[a]['chats'][w].tagIn.\
|
self.plugin.windows[a]['chats'][w].tagOut.\
|
||||||
set_property("foreground", colSt_out)
|
set_property("foreground", colSt_out)
|
||||||
self.plugin.windows[a]['chats'][w].tagIn.\
|
self.plugin.windows[a]['chats'][w].tagStatus.\
|
||||||
set_property("foreground", colSt_status)
|
set_property("foreground", colSt_status)
|
||||||
#IconStyle
|
#IconStyle
|
||||||
ist = self.combo_iconstyle.entry.get_text()
|
ist = self.combo_iconstyle.entry.get_text()
|
||||||
|
|
Loading…
Reference in New Issue