Difference for crossedit/Attr.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 572
 
Line 572
   
     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:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:48