Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-05-19 16:04:24 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-05-24 16:07:39 (GMT)
commit0906b2e16537614652cfe1797aa1382249ada722 (patch)
treeaf9b3543a02f7668e0374e605b1eb61171a93b67 /service
parentbf4d3e81d4eca0cb7ae090079d2ac1147495a682 (diff)
Add ActivityBundle.installation_time and format the date in the activity list
Diffstat (limited to 'service')
-rw-r--r--service/activityregistryservice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/activityregistryservice.py b/service/activityregistryservice.py
index 7746877..bf98ef9 100644
--- a/service/activityregistryservice.py
+++ b/service/activityregistryservice.py
@@ -132,7 +132,8 @@ class ActivityRegistry(dbus.service.Object):
'path': bundle.get_path(),
'command': bundle.get_command(),
'show_launcher': bundle.get_show_launcher(),
- 'favorite': favorite}
+ 'favorite': favorite,
+ 'installation_time': bundle.get_installation_time()}
def _bundle_added_cb(self, bundle_registry, bundle):
self.ActivityAdded(self._bundle_to_dict(bundle))