apply patch from Stephen J Boddy. Closes LP #487181
This commit is contained in:
parent
92f240f29f
commit
9abbeaa0c3
|
@ -119,3 +119,7 @@ class TerminatorEditableLabel( gtk.EventBox ):
|
||||||
if 1 or widget or event:
|
if 1 or widget or event:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
def modify_fg (self, state, color):
|
||||||
|
'''modify the foreground of our label'''
|
||||||
|
self._label.modify_fg(state, color)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue