From e5479de1ef79bb1ed2c9acb1388a76d8d7f68e7d Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Thu, 12 Feb 2009 05:06:18 +0000 Subject: Fix the dialog (partly commited) and change the writus test activity to use the tutorius toolkit --- diff --git a/src/sugar/tutorius/dialog.py b/src/sugar/tutorius/dialog.py index d15cc52..298800a 100644 --- a/src/sugar/tutorius/dialog.py +++ b/src/sugar/tutorius/dialog.py @@ -14,6 +14,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +import gtk + class TutoriusDialog(gtk.Dialog): def __init__(self, label="Hint", button_clicked_cb=None, response_cb=None): gtk.Dialog.__init__(self) -- cgit v0.9.1