apply patch from Stephen J Boddy. Closes LP #487181

This commit is contained in:
Chris Jones 2009-12-01 22:41:25 +00:00
parent 92f240f29f
commit 9abbeaa0c3
1 changed files with 4 additions and 0 deletions

View File

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