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:
Diffstat (limited to 'src/sugar/graphics/icon.py')
-rw-r--r--src/sugar/graphics/icon.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index 223ec98..fff0a1a 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -1033,10 +1033,12 @@ class CellRendererIcon(gtk.GenericCellRenderer):
return xoffset, yoffset, width, height
- def on_activate(self, event, widget, path, background_area, cell_area, flags):
- self.emit('activate', path)
+ def on_activate(self, event, widget, path, background_area, cell_area,
+ flags):
+ pass
- def on_start_editing(self, event, widget, path, background_area, cell_area, flags):
+ def on_start_editing(self, event, widget, path, background_area, cell_area,
+ flags):
pass
def _is_prelit(self, tree_view):