From 9abbeaa0c38527f826a139f41f998f307bbbfb72 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 1 Dec 2009 22:41:25 +0000 Subject: [PATCH] apply patch from Stephen J Boddy. Closes LP #487181 --- terminatorlib/terminatoreditablelabel.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terminatorlib/terminatoreditablelabel.py b/terminatorlib/terminatoreditablelabel.py index b4b0a2cf..d775636f 100644 --- a/terminatorlib/terminatoreditablelabel.py +++ b/terminatorlib/terminatoreditablelabel.py @@ -119,3 +119,7 @@ class TerminatorEditableLabel( gtk.EventBox ): if 1 or widget or event: return + def modify_fg (self, state, color): + '''modify the foreground of our label''' + self._label.modify_fg(state, color) +