From fb49b482f5bd478bada50cd1ab25a876806eff31 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 05 May 2009 05:30:41 +0000 Subject: [LP 352437] Core : Minor refactoring on XMLSerializer, added tests --- (limited to 'src/sugar/tutorius/actions.py') diff --git a/src/sugar/tutorius/actions.py b/src/sugar/tutorius/actions.py index d2516f7..ff7f427 100644 --- a/src/sugar/tutorius/actions.py +++ b/src/sugar/tutorius/actions.py @@ -131,7 +131,7 @@ class BubbleMessage(Action): @param tailpos The position of the tail of the bubble; useful to point to specific elements of the interface """ - def __init__(self, message, pos=[0,0], speaker=None, tailpos=None): + def __init__(self, message, pos=None, speaker=None, tailpos=None): Action.__init__(self) self.message = TStringProperty(message) # Create the position as an array of fixed-size 2 -- cgit v0.9.1