Remove more deprecated gnome-dialog functions

This commit is contained in:
Manish Vachharajani 1998-11-29 17:14:25 +00:00
parent c0c4e48cca
commit 8b3af01184
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ about_dialog (GtkWidget *widget, gpointer data)
authors,
_("The GNOME edition of the Midnight Commander file manager."),
NULL);
gnome_dialog_run_modal (GNOME_DIALOG (about));
gtk_window_set_modal(GTK_WINDOW(about),TRUE);
gnome_dialog_run (GNOME_DIALOG (about));
}
/* FIXME: put in the callbacks */