Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/MeshModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/model/MeshModel.py')
-rw-r--r--shell/model/MeshModel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/model/MeshModel.py b/shell/model/MeshModel.py
index 32e213a..da5b3c2 100644
--- a/shell/model/MeshModel.py
+++ b/shell/model/MeshModel.py
@@ -39,8 +39,8 @@ class ActivityModel:
def get_color(self):
return XoColor(self.activity.props.color)
- def get_service_name(self):
- return self.bundle.service_name
+ def get_bundle_id(self):
+ return self.bundle.bundle_id
class MeshModel(gobject.GObject):
__gsignals__ = {