diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py index 6d3df65f..20757cb3 100644 --- a/sugar/graphics/palette.py +++ b/sugar/graphics/palette.py @@ -51,7 +51,7 @@ class Palette(gobject.GObject): __gproperties__ = { 'invoker' : (object, None, None, gobject.PARAM_READWRITE), - 'position' : (gobject.TYPE_INT, None, None, 0, 5, + 'position' : (gobject.TYPE_INT, None, None, 0, 6, 0, gobject.PARAM_READWRITE) }