grey not #9e9e9e

This commit is contained in:
Nikos Kouremenos 2005-11-29 19:45:07 +00:00
parent 7a0fa12f59
commit 6c3a51d59f
1 changed files with 1 additions and 1 deletions

View File

@ -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()