Changeset 14614
- Timestamp:
- 01/24/08 12:21:35 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-1-9/midgard/core/midgard/src/types.c
r13374 r14614 144 144 g_object_class_list_properties(g_type_class_peek(own_type), &propn); 145 145 g_free(props); 146 146 147 self->mgd = NULL; 148 147 149 priv->num_properties = propn; 148 150 … … 209 211 if(self->private->guid == NULL) { 210 212 213 /* Somehow this is fatal */ 214 if(self->mgd == NULL) 215 return; 211 216 /* Then , allow only for SG0 admin and anonymous user */ 212 217 if(mgd_isroot(self->mgd)
