pylint fix, add a docstring
This commit is contained in:
parent
79c48b21ca
commit
8e0c5aacbc
|
@ -127,6 +127,7 @@ class EditableLabel(gtk.EventBox):
|
||||||
self._entry_to_label (None, None)
|
self._entry_to_label (None, None)
|
||||||
|
|
||||||
def modify_fg(self, state, color):
|
def modify_fg(self, state, color):
|
||||||
|
"""Set the label foreground"""
|
||||||
self._label.modify_fg(state, color)
|
self._label.modify_fg(state, color)
|
||||||
|
|
||||||
gobject.type_register(EditableLabel)
|
gobject.type_register(EditableLabel)
|
||||||
|
|
Loading…
Reference in New Issue