Update forgotten property limit.

This commit is contained in:
Tomeu Vizoso
2007-07-19 15:38:50 +02:00
parent 66760a173e
commit f6f3f2b520
+1 -1
View File
@@ -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)
}