diff --git a/src/sugar/activity/widgets.py b/src/sugar/activity/widgets.py index ed80a03d..5b712f2e 100644 --- a/src/sugar/activity/widgets.py +++ b/src/sugar/activity/widgets.py @@ -336,7 +336,7 @@ class ActivityToolbox(Toolbox): ... your code, inserting all other toolbars you need, like EditToolbar # Add the toolbox to the activity frame: - self.set_toolbox(toolbox) + self.set_toolbar_box(toolbox) # And make it visible: toolbox.show() """