Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-19 13:38:50 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-19 13:38:50 (GMT)
commitf6f3f2b520efb7ed98b89e6835803653ab54b986 (patch)
treea8947cb0533de5e4a7eb29c26bd6d76f7bce8005 /sugar/graphics
parent66760a173e7f9670f339b6bef5430c812731ffe3 (diff)
Update forgotten property limit.
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/palette.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 6d3df65..20757cb 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)
}