Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-12-18 12:43:34 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-12-18 12:43:34 (GMT)
commitd35c19b6aaeb79df700bf063f4bf3d298c20bf7a (patch)
tree24c78ed32e5c4c7ceb4461914d1b808345c09d78 /services
parentb57ff156f7b1125e37c8295c7bb4984a84f7de7f (diff)
Allow activity up- and downgrades #4906, also fix #5382
Diffstat (limited to 'services')
-rw-r--r--services/shell/activityregistryservice.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/shell/activityregistryservice.py b/services/shell/activityregistryservice.py
index b4323ee..9c2dda7 100644
--- a/services/shell/activityregistryservice.py
+++ b/services/shell/activityregistryservice.py
@@ -113,6 +113,7 @@ class ActivityRegistry(dbus.service.Object):
return {'name': bundle.get_name(),
'icon': bundle.get_icon(),
'bundle_id': bundle.get_bundle_id(),
+ 'version': bundle.get_activity_version(),
'path': bundle.get_path(),
'command': bundle.get_command(),
'show_launcher': bundle.get_show_launcher()}