Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/activitiestray.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/frame/activitiestray.py')
-rw-r--r--shell/view/frame/activitiestray.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/frame/activitiestray.py b/shell/view/frame/activitiestray.py
index e2a89dd..6f8e89e 100644
--- a/shell/view/frame/activitiestray.py
+++ b/shell/view/frame/activitiestray.py
@@ -91,9 +91,9 @@ class ActivitiesTray(hippo.CanvasBox):
while activity_list:
info = activity_list.pop()
- name_to_activity[info.service_name] = info
+ name_to_activity[info.bundle_id] = info
- if info.service_name in self._config:
+ if info.bundle_id in self._config:
known_activities.append(info)
else:
unknown_activities.append(info)