Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent16a3f33beca2ab56089a34e3f1843db9d578b5ac (diff)
Move the profile in SAR/data #5221
-rw-r--r--NEWS4
-rwxr-xr-xwebactivity.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b150cc5..1005ead 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
77
+* 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):