version 1.19 | version 1.20 | |||
---|---|---|---|---|
|
| |||
if((obj = AppItemGetObject(self->app)) && AttrGetObject(self)) { | if((obj = AppItemGetObject(self->app)) && AttrGetObject(self)) { | |||
debug1("Attr-InsertCb() %s\n",obj->name); | debug1("Attr-InsertCb() %s\n",obj->name); | |||
(void) insert_ob_in_ob(ObjectCreateClone(obj),AttrGetObject(self)); | (void) insert_ob_in_ob(object_create_clone(obj),AttrGetObject(self)); | |||
} | } | |||
} | } | |||
Legend:
|