From a2e5b9308e08637afc3eeb3bd9a6b0634e1b7fe1 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 23 Feb 2007 16:08:37 +0000 Subject: Rename color property in CanvasIcon to xo-color and added properties fill-color and stroke-color. --- (limited to 'sugar/activity') diff --git a/sugar/activity/activity.py b/sugar/activity/activity.py index 3e03988..54589ff 100644 --- a/sugar/activity/activity.py +++ b/sugar/activity/activity.py @@ -105,4 +105,4 @@ class Activity(gtk.Window): self._pservice.unregister_service(self._service) def get_bundle_path(): - return os.environ['SUGAR_BUNDLE_BUNDLE_PATH'] + return os.environ['SUGAR_BUNDLE_PATH'] -- cgit v0.9.1