From fc5e077bdcf57b76b25619112c48eb11a18596e6 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 22 May 2006 23:16:54 -0400 Subject: [PATCH] Make that red not so red ;) --- sugar/shell/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/shell/shell.py b/sugar/shell/shell.py index 0b9aea1a..93b08541 100755 --- a/sugar/shell/shell.py +++ b/sugar/shell/shell.py @@ -136,7 +136,7 @@ class ActivityHost(dbus.service.Object): def set_has_changes(self, has_changes): if has_changes: attrs = pango.AttrList() - attrs.insert(pango.AttrForeground(65535, 0, 0, 0, -1)) + attrs.insert(pango.AttrForeground(50000, 0, 0, 0, -1)) attrs.insert(pango.AttrWeight(pango.WEIGHT_BOLD, 0, -1)) self.tab_label.set_attributes(attrs) else: