Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/bubblemessagewimg.py
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-12-05 00:19:19 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-12-05 00:19:19 (GMT)
commitdbf88e0f12fe015467ecf89d95a2ba4303d9f73a (patch)
tree875d5a0f321128db76de01faca006af84b72cbd4 /addons/bubblemessagewimg.py
parentcda15f1fffcca24286867a9064d30dec662e796b (diff)
parent9a44da4488a0ff00150eb5cb114f74ba560b96a6 (diff)
Merge branch 'master' into frame_integration
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 1d5d5d3..514a311 100644
--- a/addons/bubblemessagewimg.py
+++ b/addons/bubblemessagewimg.py
@@ -97,7 +97,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