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

@ -1,5 +1,8 @@
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).
* app/gui/info-dialog.c: set a window type hint of
GDK_WINDOW_TYPE_HINT_UTILITY for info windows (fixes bug #92175).

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);

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);