Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/icon.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-06-30 08:09:42 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-06-30 08:09:42 (GMT)
commitafce5051437fb7e91bcb10e0364b8263b73ca648 (patch)
tree3e00a002ab63f7f57091be802fa4af2774f60701 /src/sugar/graphics/icon.py
parent434b1e5899eb81ef0f34cc9172428896a2278033 (diff)
Rename activate signal in cell renderers to 'clicked'
Diffstat (limited to 'src/sugar/graphics/icon.py')
-rw-r--r--src/sugar/graphics/icon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index fff0a1a..45f2de5 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -923,7 +923,7 @@ class CellRendererIcon(gtk.GenericCellRenderer):
__gtype_name__ = 'SugarCellRendererIcon'
__gsignals__ = {
- 'activate': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, [object])
+ 'clicked': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, [object])
}
def __init__(self, tree_view):