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:
committed by
Sven Neumann
parent
54cdc69c3e
commit
5e48cfb813
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user