From e631e83e63393f87c8a793f2191c7df0b0f7fde0 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Tue, 10 Nov 2009 21:43:33 +0000 Subject: make the engine run adt tutorials --- (limited to 'tutorius/service.py') diff --git a/tutorius/service.py b/tutorius/service.py index 8694cb5..11a94a5 100644 --- a/tutorius/service.py +++ b/tutorius/service.py @@ -38,7 +38,7 @@ class Service(dbus.service.Object): @param tutorialID unique tutorial identifier used to retrieve it from the disk """ if self._engine == None: - self._engine = Engine() + self._engine = Engine(self._probeMgr) self._engine.launch(tutorialID) @dbus.service.method(_DBUS_SERVICE_IFACE, -- cgit v0.9.1