From: Claudio Sacerdoti Coen Date: Mon, 22 Mar 2004 17:46:00 +0000 (+0000) Subject: load_document(_,NULL) => unload X-Git-Tag: v0_0_4~7 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d19f6472f195b5181fbda3746b6d632bc671eb57;p=helm.git load_document(_,NULL) => unload --- 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;