From 394001c2e7c8585b7152e8f5888e340a0c7a1bbc Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 09 Dec 2009 02:58:20 +0000 Subject: Integration with Sugar : Exposing set_current_act on Service Correcting two interface mismatches (install error on translator, subscribe error on creator) Changing MessageButtonNext to ButtonNext --- (limited to 'src/extensions/tutoriusremote.py') diff --git a/src/extensions/tutoriusremote.py b/src/extensions/tutoriusremote.py index 129b7b3..2cd449d 100755 --- a/src/extensions/tutoriusremote.py +++ b/src/extensions/tutoriusremote.py @@ -106,6 +106,8 @@ class TPalette(Palette): activity = get_model().get_active_activity() act_name = activity.get_type() + LOGGER.debug("Remote :: Listing tutorial for activity %s", act_name) + tutorial_dict = Vault.list_available_tutorials(act_name) # Build the combo box -- cgit v0.9.1