From 410da49824e3a310829a1d02e8f8b488b227d702 Mon Sep 17 00:00:00 2001 From: Charlie Date: Mon, 07 Dec 2009 14:20:08 +0000 Subject: remove the Calc hack --- (limited to 'src/extensions/tutoriusremote.py') diff --git a/src/extensions/tutoriusremote.py b/src/extensions/tutoriusremote.py index d795141..129b7b3 100755 --- a/src/extensions/tutoriusremote.py +++ b/src/extensions/tutoriusremote.py @@ -104,8 +104,8 @@ class TPalette(Palette): dlg.vbox.pack_start(gtk.Label(_('Which tutorial do you want to run?\n'))) activity = get_model().get_active_activity() + act_name = activity.get_type() - act_name = activity.get_activity_name() tutorial_dict = Vault.list_available_tutorials(act_name) # Build the combo box -- cgit v0.9.1