From 0ad6398cf1df4e7c296849fe07400816612092fb Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 04 Sep 2007 18:22:58 +0000 Subject: Fix typo. --- (limited to 'sugar') 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() -- cgit v0.9.1