From 6b449b8ae8c1847a4fc4cbfc689cca935d0b4e6a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 25 Sep 1998 01:31:52 +0000 Subject: [PATCH] Removed the toolbar. Guys: please, if you make changes to the Midnight Commander, please fill in a ChangeLog entry. Miguel. --- gnome/glayout.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome/glayout.c b/gnome/glayout.c index 09b3d642f..160c5a091 100644 --- a/gnome/glayout.c +++ b/gnome/glayout.c @@ -450,7 +450,11 @@ create_container (Dlg_head *h, char *name, char *geometry) vbox = gtk_vbox_new (0, 0); gnome_app_set_contents (GNOME_APP (app), vbox); gnome_app_create_menus_with_data (GNOME_APP (app), gnome_panel_menu, panel); - gnome_app_set_toolbar(GNOME_APP (app), GTK_TOOLBAR(create_toolbar(app, 0))); + + /* + * I am trying to unclutter the screen, so this toolbar is gone now + */ +/* gnome_app_set_toolbar(GNOME_APP (app), GTK_TOOLBAR(create_toolbar(app, 0))); */ gtk_signal_connect (GTK_OBJECT (app), "enter_notify_event",