From 590608b19b46087ab8c85d5151b925726fd747ee Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 30 Aug 2006 13:14:37 +0200 Subject: [PATCH] Missing service getter --- shell/home/MeshGroup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/home/MeshGroup.py b/shell/home/MeshGroup.py index 7cd032c7..ddf46cf8 100644 --- a/shell/home/MeshGroup.py +++ b/shell/home/MeshGroup.py @@ -30,6 +30,9 @@ class ActivityItem(IconItem): activity = pservice.get_activity(self.get_id()) return IconColor(activity.get_color()) + def get_service(self): + return self._service + class MeshGroup(goocanvas.Group): WIDTH = 1200.0 * 3.5 HEIGHT = 900.0 * 3.5