pylint fix, add a docstring

This commit is contained in:
Chris Jones 2010-03-02 20:37:52 +00:00
parent 79c48b21ca
commit 8e0c5aacbc
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class EditableLabel(gtk.EventBox):
self._entry_to_label (None, None)
def modify_fg(self, state, color):
"""Set the label foreground"""
self._label.modify_fg(state, color)
gobject.type_register(EditableLabel)