Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-06-25 14:20:51 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-06-25 14:20:51 (GMT)
commit1b1080e505d3c24f9d2f28b5b5b813be3388d9b4 (patch)
treec90b3adee13d409c759f38fb32a4567a1ca13a72 /src
parent30ad27ad806188c97f5255aeba84f380130d36b5 (diff)
xo_color property is not a string
Diffstat (limited to 'src')
-rw-r--r--src/sugar/graphics/radiotoolbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/graphics/radiotoolbutton.py b/src/sugar/graphics/radiotoolbutton.py
index 001ed06..abdf54c 100644
--- a/src/sugar/graphics/radiotoolbutton.py
+++ b/src/sugar/graphics/radiotoolbutton.py
@@ -89,7 +89,7 @@ class RadioToolButton(gtk.RadioToolButton):
def get_xo_color(self):
return self._xo_color
- xo_color = gobject.property(type=str, setter=set_xo_color,
+ xo_color = gobject.property(type=object, setter=set_xo_color,
getter=get_xo_color)
def create_palette(self):