]> matita.cs.unibo.it Git - helm.git/commitdiff
* cleanup
authorLuca Padovani <luca.padovani@unito.it>
Sat, 21 Feb 2004 18:48:38 +0000 (18:48 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Sat, 21 Feb 2004 18:48:38 +0000 (18:48 +0000)
helm/DEVEL/mathml_editor/test/guiGTK.c

index c3f7cd84ffecca448c1aad8cf4904140b6acb6cf..87be3d88c2992f85c856abf9ff8a133a2cec2946 100644 (file)
@@ -86,7 +86,6 @@ static GtkItemFactoryEntry menu_items[] = {
   { "/Options/Verbosity/_Warnings",    NULL, options_verbosity,     1,  "/Options/Verbosity/Errors" },
   { "/Options/Verbosity/_Info",        NULL, options_verbosity,     2,  "/Options/Verbosity/Errors" },
   { "/Options/Verbosity/_Debug",       NULL, options_verbosity,     3,  "/Options/Verbosity/Errors" },
-  { "/Options/sep1",                   NULL, NULL,                  0,  "<Separator>" },
 
   { "/_Help" ,        NULL,         NULL,          0, "<LastBranch>" },
   { "/Help/About...", NULL,         help_about,    0, NULL }
@@ -208,7 +207,7 @@ GUI_unload_document()
 
   math_view = GTK_MATH_VIEW(main_area);
 
-  gtk_math_view_load_root(math_view, 0);
+  gtk_math_view_load_root(math_view, NULL);
 
   if (doc_name != NULL) g_free(doc_name);
   doc_name = NULL;
@@ -628,7 +627,6 @@ create_widget_set(gpointer context)
   gtk_box_pack_start(GTK_BOX(main_vbox), scrolled_area, TRUE, TRUE, 0);
 
   gtk_widget_show(main_vbox);
-
 }
 
 GtkWidget*