From 371ea565fb49d10acc2dccc946874ee848e527c5 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 28 Jun 2012 13:38:56 +0000 Subject: Revert "EventIcon: remove the 'activated' signal" This reverts commit 3ce3ed282b4cd8731f20d89c0b8bf5918a543eaa. --- diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py index 1cf5b68..2fd136e 100644 --- a/src/sugar/graphics/icon.py +++ b/src/sugar/graphics/icon.py @@ -476,6 +476,9 @@ class Icon(gtk.Image): class EventIcon(gtk.EventBox): __gtype_name__ = 'SugarEventIcon' + __gsignals__ = { + 'activated': (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, []), + } def __init__(self, **kwargs): from sugar.graphics.palette import CanvasInvoker -- cgit v0.9.1