xo_color property is not a string

master
Tomeu Vizoso 16 years ago
parent 30ad27ad80
commit 1b1080e505

@ -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):

Loading…
Cancel
Save