set the dialog transient to the file selection dialog (see bug #61092).

2003-03-16  Sven Neumann  <sven@gimp.org>

	* app/gui/file-save-dialog.c (file_save_overwrite): set the dialog
	transient to the file selection dialog (see bug #61092).
This commit is contained in:
Sven Neumann
2003-03-16 17:51:52 +00:00
committed by Sven Neumann
parent 54cdc69c3e
commit 5e48cfb813
3 changed files with 9 additions and 0 deletions

View File

@ -342,6 +342,9 @@ file_save_overwrite (GtkWidget *save_dialog,
g_free (message);
gtk_window_set_transient_for (GTK_WINDOW (query_box),
GTK_WINDOW (save_dialog));
gtk_widget_show (query_box);
gtk_widget_set_sensitive (save_dialog, FALSE);