Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/shell/activityregistryservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/shell/activityregistryservice.py')
-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()}