Fix properties bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user