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-12 23:40:06 (GMT)
commit5817405ab3196bf1603c0fd599856e3ba8319537 (patch)
tree240fe7bf7a1b47e630b3fa4db8f448ba58a379bc /webactivity.py
parent16a3f33beca2ab56089a34e3f1843db9d578b5ac (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):