Use the correct gobject init call

This commit is contained in:
Chris Jones 2009-08-19 01:05:30 +01:00
parent ac7769b556
commit 09780a6500
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Searchbar(gtk.HBox):
def __init__(self):
"""Class initialiser"""
gtk.HBox.__init__(self)
self.__gobject__init()
self.__gobject_init__()
# Search text
self.entry = gtk.Entry()