Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
authordave <drykod@gmail.com>2009-12-09 04:45:00 (GMT)
committer dave <drykod@gmail.com>2009-12-09 04:45:00 (GMT)
commit05e92e5d1739e4e261a427054ac61d9d9be7cc8a (patch)
tree103533e3c4fa09ea700df92250666f9b260b146f /tutorius/creator.py
parent394001c2e7c8585b7152e8f5888e340a0c7a1bbc (diff)
Add support for mapping/launching addons/activities
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index 7d9153b..12f48aa 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -115,7 +115,8 @@ class Creator(Object):
new_state=self._state)
final_event = addon.create(
name='MessageButtonNext',
- message=T('This is the end of this tutorial.')
+ message=T('This is the end of this tutorial.',
+ source=self._probe_mgr.currentActivity)
)
self._tutorial.add_transition(
state_name=self._state,