Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-12-03 21:02:52 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-12-03 21:02:52 (GMT)
commit4669081d6214e84d9b23d622728c5c2498b47ce5 (patch)
tree209d3a212619640b3dd0073017ceb14f093e1833 /webactivity.py
parentb322d04669e0abe03531ed74ff8ec9e4cf79cd4f (diff)
Move the profile in SAR/data #5221
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):