Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/actions.py
diff options
context:
space:
mode:
authorJean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-19 21:23:42 (GMT)
committer Jean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-19 21:23:42 (GMT)
commitb94b444aaab2680bcdc6b85c0a00ed929dd58ef7 (patch)
tree9d379feea8c923c93a62bc193588fad281c79191 /src/sugar/tutorius/actions.py
parent841ecb1a4b807680cbba283bd6b2594848c6dda9 (diff)
Work on bundler.py and serializertests.py, tests OK
Diffstat (limited to 'src/sugar/tutorius/actions.py')
-rw-r--r--src/sugar/tutorius/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/tutorius/actions.py b/src/sugar/tutorius/actions.py
index ad91fb4..2dca6c7 100644
--- a/src/sugar/tutorius/actions.py
+++ b/src/sugar/tutorius/actions.py
@@ -157,7 +157,7 @@ class BubbleMessage(Action):
def set_pos(self, x, y):
self._position = [x, y]
def get_pos(self):
- return self.position
+ return self._position
position = property(fget=get_pos, fset=set_pos, doc="Position in [x, y] on the screen")
def set_tail_pos(self, x, y):