diff -r 3e8b5c9b4033 -r e4198fc2ead4 ui/motif/text.c --- a/ui/motif/text.c Sun May 11 10:41:29 2014 +0200 +++ b/ui/motif/text.c Sun May 11 11:35:33 2014 +0200 @@ -59,6 +59,10 @@ // bind value if(value) { + if(value->value) { + XmTextSetString(text_area, value->value); + } + value->set = ui_textarea_set; value->get = ui_textarea_get; value->getsubstr = ui_textarea_getsubstr;