Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEben Eliason <eben@sugar.(none)>2008-06-27 14:51:49 (GMT)
committer Eben Eliason <eben@sugar.(none)>2008-06-27 14:51:49 (GMT)
commit079331228035e3f27cada3be220488e07a76fc76 (patch)
tree9e4767c0b1d4cd31b2e7780d41a51051e5c032f4 /src
parent9dd0c93c695a994245e88c583169c215c6d3d0f9 (diff)
parent26dd1f9a43f24f0395f27bb62a299c9cc68361b7 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit
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):