def __init__(self, parent, window, account): Gtk.ListBoxRow.__init__(self) AccountRow.__init__(self, parent, window, account) self.create_row()