Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar/graphics/palette.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sugar/graphics/palette.py b/sugar/graphics/palette.py
index 2d12c63..8a9f9a8 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -67,9 +67,7 @@ class Palette(gtk.Window):
__gproperties__ = {
'invoker' : (object, None, None,
- gobject.PARAM_READWRITE),
- 'position' : (gobject.TYPE_INT, None, None, 0, 6,
- 0, gobject.PARAM_READWRITE)
+ gobject.PARAM_READWRITE)
}
__gsignals__ = {