Fix typo.
This commit is contained in:
parent
a380b7f915
commit
410e58aa6f
@ -326,7 +326,7 @@ class CanvasIcon(hippo.CanvasBox, hippo.CanvasItem):
|
|||||||
return height
|
return height
|
||||||
|
|
||||||
def do_button_press_event(self, event):
|
def do_button_press_event(self, event):
|
||||||
item.emit_activated()
|
self.emit_activated()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def get_popup(self):
|
def get_popup(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user