From 62af4ae9bbbbce808e9f5500eebc00a799868a3c Mon Sep 17 00:00:00 2001 From: Jameson Quinn Date: Wed, 23 Jul 2008 07:09:49 -0600 Subject: [PATCH] bug #7494 - uninstall from location, not future location --- src/sugar/bundle/activitybundle.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sugar/bundle/activitybundle.py b/src/sugar/bundle/activitybundle.py index b126bd30..f6c02427 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'))