diff -r 70d2aee84432 -r 46a42f0c4f93 ui/motif/list.c --- a/ui/motif/list.c Sun Jan 04 22:12:07 2015 +0100 +++ b/ui/motif/list.c Mon Jan 05 11:49:46 2015 +0100 @@ -60,7 +60,7 @@ UiContainer *ct = uic_get_current_container(obj); Widget parent = ct->prepare(ct, args, &n, TRUE); Widget widget = XmCreateScrolledList(parent, "listview", args, n); - ct->add(ct, widget); + ct->add(ct, XtParent(widget)); XtManageChild(widget); UiListView *listview = ucx_mempool_malloc(obj->ctx->mempool, sizeof(UiListView));