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:
authorGuillaume Desmottes <cassidy@cass-wks.(none)>2007-04-25 17:35:08 (GMT)
committer Guillaume Desmottes <cassidy@cass-wks.(none)>2007-04-25 17:35:08 (GMT)
commit83b712bcb109d2f159b7b0c4bdd934dd5ad70d04 (patch)
tree3400be98b6f24cbccea3d56dca3c601c1af08eba /shell/model/MeshModel.py
parenta22d8a65f1e0305c227e04889c9fc83ced36d747 (diff)
Fix properties bugs
Diffstat (limited to 'shell/model/MeshModel.py')
-rw-r--r--shell/model/MeshModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/MeshModel.py b/shell/model/MeshModel.py
index b037bb7..db6d8a9 100644
--- a/shell/model/MeshModel.py
+++ b/shell/model/MeshModel.py
@@ -193,7 +193,7 @@ class MeshModel(gobject.GObject):
self._check_activity(activity)
def _check_activity(self, activity):
- atype = activity.get_type()
+ atype = activity.props.type
bundle = self._bundle_registry.get_bundle(atype)
if not bundle:
return