Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-12-12 13:54:45 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-12-12 13:54:45 (GMT)
commit18864f615180ce867ab5a5d022de9b686857709d (patch)
tree2b75e8177a74d13ba8db1f553879be0d1a37194f
parent2d0a27ef7fd145b05b9503b4530fc0bd8b3a983f (diff)
comment out broken call in icon CellRenderer
There is no destroy signal. Temporary hack, this whole class needs a rework.
-rw-r--r--src/sugar3/graphics/icon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar3/graphics/icon.py b/src/sugar3/graphics/icon.py
index d6b240c..9371a0f 100644
--- a/src/sugar3/graphics/icon.py
+++ b/src/sugar3/graphics/icon.py
@@ -971,7 +971,7 @@ class CellRendererIcon(Gtk.CellRenderer):
self._palette_invoker.attach_cell_renderer(tree_view, self)
- self.connect('destroy', self.__destroy_cb)
+ #self.connect('destroy', self.__destroy_cb)
def __destroy_cb(self, icon):
self._palette_invoker.detach()