From 05e92e5d1739e4e261a427054ac61d9d9be7cc8a Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 09 Dec 2009 04:45:00 +0000 Subject: Add support for mapping/launching addons/activities --- (limited to 'tutorius/creator.py') 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, -- cgit v0.9.1