Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-16 14:05:17 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-16 14:05:49 (GMT)
commit0daeeebc23be80e169e7133d398694d7b5bbe3cb (patch)
treec32f087bb17eb3a40b30e87a702458a6263922a2
parentcb0413d843e3d037705b48a5a0a27263c39e64c1 (diff)
neighborhood.py: fix get_bundle_id
-rw-r--r--src/jarabe/model/neighborhood.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py
index 5276111..6111e7c 100644
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -40,7 +40,7 @@ class ActivityModel:
return XoColor(self.activity.props.color)
def get_bundle_id(self):
- return self.bundle.bundle_id
+ return self.bundle.get_bundle_id()
class Neighborhood(gobject.GObject):
__gsignals__ = {