Wrong function signature

This commit is contained in:
Marco Pesenti Gritti 2006-05-17 17:21:18 -04:00
parent d89682bfe5
commit e0658bfc1d

View File

@ -27,5 +27,5 @@ class NotificationBar(gtk.HBox):
self._action_id = action_id
self._action_button.set_label(action_text)
def __button_clicked(self):
def __button_clicked(self, button):
self.emit("action", self._action_id)