Fix properties bugs

This commit is contained in:
Guillaume Desmottes
2007-04-25 19:35:08 +02:00
parent a22d8a65f1
commit 83b712bcb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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