xo_color property is not a string
This commit is contained in:
parent
30ad27ad80
commit
1b1080e505
@ -89,7 +89,7 @@ class RadioToolButton(gtk.RadioToolButton):
|
|||||||
def get_xo_color(self):
|
def get_xo_color(self):
|
||||||
return self._xo_color
|
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)
|
getter=get_xo_color)
|
||||||
|
|
||||||
def create_palette(self):
|
def create_palette(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user