Add bundle removing methods/signals to the activity registry, and use them

This commit is contained in:
Dan Winship
2007-10-04 15:59:23 -04:00
parent 5b05668032
commit 2bcbde6e44
6 changed files with 71 additions and 5 deletions
+3 -2
View File
@@ -280,6 +280,7 @@ class ActivityBundle(Bundle):
os.remove(path)
self._uninstall(install_path)
# FIXME: notify shell
if not activity.get_registry().remove_bundle(install_path):
raise RegistrationException