Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-06-28 11:40:55 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-06-28 11:40:55 (GMT)
commit3ce3ed282b4cd8731f20d89c0b8bf5918a543eaa (patch)
tree7ded3d9f09681948d66e4da1847657018886a5e0
parenta110fce99c91c8cd22af2284688a498b0b4ddc59 (diff)
EventIcon: remove the 'activated' signal
The 'activated' signal was available in the hippo-based API. With the EventIcon being based on the EventBox we can use the 'button-release-event' instead. Grepping the code we actually used the 'activated' signal in one place in the shell in the MeshBox.
-rw-r--r--src/sugar/graphics/icon.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index 2fd136e..1cf5b68 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -476,9 +476,6 @@ 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