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