Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Quinn <jameson.quinn@gmail.com>2008-07-23 13:09:49 (GMT)
committer Jameson Quinn <jameson.quinn@gmail.com>2008-07-23 13:09:49 (GMT)
commit62af4ae9bbbbce808e9f5500eebc00a799868a3c (patch)
tree4f3348a8fa49028eb0485177df0dd77ed1213452
parenta46dcf534c932cf86209951cfde6d2a4628a1d54 (diff)
bug #7494 - uninstall from location, not future location
-rw-r--r--src/sugar/bundle/activitybundle.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sugar/bundle/activitybundle.py b/src/sugar/bundle/activitybundle.py
index b126bd3..f6c0242 100644
--- a/src/sugar/bundle/activitybundle.py
+++ b/src/sugar/bundle/activitybundle.py
@@ -377,8 +377,7 @@ class ActivityBundle(Bundle):
logging.warning('Not uninstalling system activity')
return
- install_path = os.path.join(env.get_user_activities_path(),
- self._zip_root_dir)
+ install_path = act.path
xdg_data_home = os.getenv('XDG_DATA_HOME',
os.path.expanduser('~/.local/share'))