Use the correct gobject init call
This commit is contained in:
parent
ac7769b556
commit
09780a6500
|
@ -25,7 +25,7 @@ class Searchbar(gtk.HBox):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Class initialiser"""
|
"""Class initialiser"""
|
||||||
gtk.HBox.__init__(self)
|
gtk.HBox.__init__(self)
|
||||||
self.__gobject__init()
|
self.__gobject_init__()
|
||||||
|
|
||||||
# Search text
|
# Search text
|
||||||
self.entry = gtk.Entry()
|
self.entry = gtk.Entry()
|
||||||
|
|
Loading…
Reference in New Issue