Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/bubblemessagewimg.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-02 22:36:46 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-02 22:36:46 (GMT)
commit5511467f6f7eab041b53563c883f72cd7547402f (patch)
tree6a2101c3bc99db3865ba11d678fe27e370e7ba09 /addons/bubblemessagewimg.py
parentaa26bcdf23f0d096ca38c6b48b7f479fb2fdcc6d (diff)
Creator : Updating for working property updates from activity to Shell (HACK alert in saveTutorial!!!)
Diffstat (limited to 'addons/bubblemessagewimg.py')
-rw-r--r--addons/bubblemessagewimg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/bubblemessagewimg.py b/addons/bubblemessagewimg.py
index 9c3dfc1..0ad444f 100644
--- a/addons/bubblemessagewimg.py
+++ b/addons/bubblemessagewimg.py
@@ -96,7 +96,7 @@ class BubbleMessageWImg(Action):
self.overlay.put(self._bubble, x, y)
self._bubble.show()
- self._drag = DragWrapper(self._bubble, self.position, True)
+ self._drag = DragWrapper(self._bubble, self.position, update_action_cb=self.update_property, draggable=True)
def exit_editmode(self, *args):
x,y = self._drag.position