Browse Source

Remove more deprecated gnome-dialog functions

Manish Vachharajani 26 years ago
parent
commit
8b3af01184
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gnome/gmc-window.c

+ 2 - 1
gnome/gmc-window.c

@@ -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 */