Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-04 18:22:58 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-09-04 18:22:58 (GMT)
commit0ad6398cf1df4e7c296849fe07400816612092fb (patch)
treed8630541b0b2e49100d88ac6d8e5aa9b37cb617f /sugar
parentc418d0575ad9646c286a0f651f940761c8e7f1a5 (diff)
Fix typo.
Diffstat (limited to 'sugar')
-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 2b5b671..2d12c63 100644
--- a/sugar/graphics/palette.py
+++ b/sugar/graphics/palette.py
@@ -630,7 +630,7 @@ class CanvasInvoker(Invoker):
self._motion_notify_event_cb)
def get_default_position(self):
- return Palette.AT_CURSOR
+ return self.AT_CURSOR
def get_rect(self):
context = self._item.get_context()