Changeset 11500
- Timestamp:
- 08/07/07 15:46:01 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/core/midgard/src/midgard_object_class.c
r10850 r11500 248 248 gchar *path = NULL; 249 249 250 if(g_str_has_prefix( path, "//")){250 if(g_str_has_prefix(object_path, "//")){ 251 251 g_warning("Empty element in object's path '%s'", object_path); 252 252 }
