# HG changeset patch # User Olaf Wintermann # Date 1753730629 -7200 # Node ID bdc3f59b21ca614550dc7721121f955c14440653 # Parent 5a6edc92c7d967daa3b1dd8b7fc5b58430cb877d init webview with existing value in ui_webview_create diff -r 5a6edc92c7d9 -r bdc3f59b21ca ui/gtk/webview.c --- a/ui/gtk/webview.c Sun Jul 27 17:32:20 2025 +0200 +++ b/ui/gtk/webview.c Mon Jul 28 21:23:49 2025 +0200 @@ -55,7 +55,7 @@ value->set = ui_webview_set; value->obj = data; if(value->value && value->type && !strcmp(value->type, UI_WEBVIEW_OBJECT_TYPE)) { - // TODO + ui_webview_set(value, value->value, UI_WEBVIEW_OBJECT_TYPE); } }