1
1
Guys: please, if you make changes to the Midnight Commander, please
fill in a ChangeLog entry.

Miguel.
Этот коммит содержится в:
Miguel de Icaza 1998-09-25 01:31:52 +00:00
родитель 48c1c2b085
Коммит 6b449b8ae8

Просмотреть файл

@ -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",