Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-11-26 10:20:36 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-11-26 10:20:36 (GMT)
commita357a94815d27a6d0c2b99df64990e200eff0ea0 (patch)
tree14651f1ec493ffcc170b3689cd9cb3092da010ed
parent2fcfa1893e7a9d9e2c51b6100ea835ef9aa40adf (diff)
Journal bundle removal wont remove installed activity (Martin Abente, Gonzalo Odiard) #10486
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.
-rw-r--r--src/jarabe/journal/palettes.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/jarabe/journal/palettes.py b/src/jarabe/journal/palettes.py
index 9bec561..c16f374 100644
--- a/src/jarabe/journal/palettes.py
+++ b/src/jarabe/journal/palettes.py
@@ -141,11 +141,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):