Missing service getter

This commit is contained in:
Marco Pesenti Gritti 2006-08-30 13:14:37 +02:00
parent 77e689f21b
commit 590608b19b

View File

@ -30,6 +30,9 @@ class ActivityItem(IconItem):
activity = pservice.get_activity(self.get_id()) activity = pservice.get_activity(self.get_id())
return IconColor(activity.get_color()) return IconColor(activity.get_color())
def get_service(self):
return self._service
class MeshGroup(goocanvas.Group): class MeshGroup(goocanvas.Group):
WIDTH = 1200.0 * 3.5 WIDTH = 1200.0 * 3.5
HEIGHT = 900.0 * 3.5 HEIGHT = 900.0 * 3.5