From d19f6472f195b5181fbda3746b6d632bc671eb57 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 22 Mar 2004 17:46:00 +0000 Subject: [PATCH] load_document(_,NULL) => unload --- helm/DEVEL/mathml_editor/test/guiGTK.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2