Fix typo.

This commit is contained in:
Tomeu Vizoso 2007-03-09 14:32:43 +01:00
parent a380b7f915
commit 410e58aa6f

View File

@ -326,7 +326,7 @@ class CanvasIcon(hippo.CanvasBox, hippo.CanvasItem):
return height
def do_button_press_event(self, event):
item.emit_activated()
self.emit_activated()
return True
def get_popup(self):