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-22 09:59:10 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-06-22 09:59:10 (GMT)
commit86fae16aedd3c8bad2d37f681d39378aacf83615 (patch)
tree70f6cd5770fe1b2167121b660c155d726d9d5f8b /src/sugar/graphics/icon.py
parentcd7debb52a563c7fe2d51ef80ce6bad19c6f484d (diff)
icon-name is a str
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 fe6cc5e..511035b 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -963,7 +963,7 @@ class CellRendererIcon(gtk.CellRendererPixbuf):
if self._buffer.icon_name != value:
self._buffer.icon_name = value
- icon_name = gobject.property(type=object, setter=set_icon_name)
+ icon_name = gobject.property(type=str, setter=set_icon_name)
def set_xo_color(self, value):
self._stroke_color = value.get_stroke_color()