Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/homeactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/model/homeactivity.py')
-rw-r--r--shell/model/homeactivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/model/homeactivity.py b/shell/model/homeactivity.py
index 1d29be2..72b661b 100644
--- a/shell/model/homeactivity.py
+++ b/shell/model/homeactivity.py
@@ -156,9 +156,9 @@ class HomeActivity(gobject.GObject):
return self._window
def get_type(self):
- """Retrieve activity_info's "service_name" for future reference"""
+ """Retrieve the activity bundle id for future reference"""
if self._activity_info:
- return self._activity_info.service_name
+ return self._activity_info.bundle_id
else:
return None