X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Ftest%2FguiGTK.c;h=e67977f31f2395d647b6f5a64361d4e41b55b766;hb=bb236c2ac110124de92fa2d0fb2882d273a7f7eb;hp=87be3d88c2992f85c856abf9ff8a133a2cec2946;hpb=f71c2a9890c7e2443f7fa46df385053f354240a5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/test/guiGTK.c b/helm/DEVEL/mathml_editor/test/guiGTK.c index 87be3d88c..e67977f31 100644 --- a/helm/DEVEL/mathml_editor/test/guiGTK.c +++ b/helm/DEVEL/mathml_editor/test/guiGTK.c @@ -207,7 +207,7 @@ GUI_unload_document() math_view = GTK_MATH_VIEW(main_area); - gtk_math_view_load_root(math_view, NULL); + gtk_math_view_unload(math_view); if (doc_name != NULL) g_free(doc_name); doc_name = NULL;