From 4669081d6214e84d9b23d622728c5c2498b47ce5 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 03 Dec 2007 21:02:52 +0000 Subject: Move the profile in SAR/data #5221 --- diff --git a/NEWS b/NEWS index 6695908..d3f8d4b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ +* Move the profile in SAR/data (erikos) + 76 +* Added OLPC root CA support (marco, erikos) + 75 * fix for fn+space (erikos) 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): -- cgit v0.9.1