From 6c3a51d59f5972855424c6a8e5add59b0ef2e356 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 29 Nov 2005 19:45:07 +0000 Subject: [PATCH] grey not #9e9e9e --- src/history_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/history_window.py b/src/history_window.py index 5c1a319e5..f750bf122 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -127,7 +127,7 @@ class HistoryWindow: tag.set_property('foreground', color) tag = self.history_buffer.create_tag('time_sometimes') - tag.set_property('foreground', '#9e9e9e') + tag.set_property('foreground', 'grey') tag.set_property('justification', gtk.JUSTIFY_CENTER) date = time.localtime()