Typos in code
svn: r15758
This commit is contained in:
parent
d441154d3a
commit
3154f970ac
@ -3,11 +3,8 @@ import gtk
|
|||||||
class ValidatableMaskedEntry(gtk.Entry):
|
class ValidatableMaskedEntry(gtk.Entry):
|
||||||
__gtype_name__ = 'ValidatableMaskedEntry'
|
__gtype_name__ = 'ValidatableMaskedEntry'
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
gtk.Entry.__init__(self)
|
|
||||||
|
|
||||||
class StyledTextEditor(gtk.TextView):
|
class StyledTextEditor(gtk.TextView):
|
||||||
__gtype_name__ = 'StyledTextEditor'
|
__gtype_name__ = 'StyledTextEditor'
|
||||||
|
|
||||||
def __init__(self):
|
class UndoableBuffer(gtk.TextBuffer):
|
||||||
gtk.Entry.__init__(self)
|
__gtype_name__ = 'UndoableBuffer'
|
||||||
|
Loading…
Reference in New Issue
Block a user