ui/common/context.c

changeset 26
40d6af793c1a
parent 21
3060a5a1d5fd
equal deleted inserted replaced
25:915131bc3233 26:40d6af793c1a
319 UiList *f = from->value; 319 UiList *f = from->value;
320 UiList *t = to->value; 320 UiList *t = to->value;
321 if (f->obj) { 321 if (f->obj) {
322 t->obj = f->obj; 322 t->obj = f->obj;
323 t->update = f->update; 323 t->update = f->update;
324 t->getselection = f->getselection;
324 } 325 }
325 326
326 UiVar tmp = *from; 327 UiVar tmp = *from;
327 *from = *to; 328 *from = *to;
328 *to = tmp; 329 *to = tmp;

mercurial