Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index e967a98..8d9b7b1 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -39,7 +39,7 @@ from sugar.graphics.icon import Icon
PROFILE_VERSION = 1
_profile_version = 0
-_profile_path = os.path.join(env.get_profile_path(), 'gecko')
+_profile_path = os.path.join(activity.get_activity_root(), 'data/gecko')
_version_file = os.path.join(_profile_path, 'version')
if os.path.exists(_version_file):