From 88d238cc87d531228ba77c6f2cd59750f59460d5 Mon Sep 17 00:00:00 2001 From: Martin Abente Date: Wed, 28 Jul 2010 21:53:30 +0000 Subject: Journal xobundle removal wont remove installed one Journal Xo bundles removal also removes the installed activity. There are many scenarios where this behavior is it not desired. Therefore it needs to be changed. --- diff --git a/src/jarabe/journal/palettes.py b/src/jarabe/journal/palettes.py index 0e7702d..7c3e5ff 100644 --- a/src/jarabe/journal/palettes.py +++ b/src/jarabe/journal/palettes.py @@ -128,11 +128,6 @@ class ObjectPalette(Palette): self._temp_file_path = None def __erase_activate_cb(self, menu_item): - registry = bundleregistry.get_registry() - - bundle = misc.get_bundle(self._metadata) - if bundle is not None and registry.is_installed(bundle): - registry.uninstall(bundle) model.delete(self._metadata['uid']) def __detail_activate_cb(self, menu_item): -- cgit v0.9.1