fix banner color

This commit is contained in:
Yann Leboulanger 2014-03-23 16:54:00 +01:00
parent 6176e5c41f
commit 94af027043
1 changed files with 2 additions and 2 deletions

View File

@ -615,9 +615,9 @@ class ChatControlBase(MessageControl, ChatCommandProcessor, CommandTools):
if textcolor:
color = Gdk.RGBA()
Gdk.RGBA.parse(color, textcolor)
banner_name_label.override_background_color(Gtk.StateType.NORMAL,
banner_name_label.override_color(Gtk.StateType.NORMAL,
color)
self.banner_status_label.override_background_color(
self.banner_status_label.override_color(
Gtk.StateType.NORMAL, color)
default_fg = False
else: