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
@ -1,5 +1,8 @@
|
|||||||
2003-03-16 Sven Neumann <sven@gimp.org>
|
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
|
* app/gui/info-dialog.c: set a window type hint of
|
||||||
GDK_WINDOW_TYPE_HINT_UTILITY for info windows (fixes bug #92175).
|
GDK_WINDOW_TYPE_HINT_UTILITY for info windows (fixes bug #92175).
|
||||||
|
|
||||||
|
@ -342,6 +342,9 @@ file_save_overwrite (GtkWidget *save_dialog,
|
|||||||
|
|
||||||
g_free (message);
|
g_free (message);
|
||||||
|
|
||||||
|
gtk_window_set_transient_for (GTK_WINDOW (query_box),
|
||||||
|
GTK_WINDOW (save_dialog));
|
||||||
|
|
||||||
gtk_widget_show (query_box);
|
gtk_widget_show (query_box);
|
||||||
|
|
||||||
gtk_widget_set_sensitive (save_dialog, FALSE);
|
gtk_widget_set_sensitive (save_dialog, FALSE);
|
||||||
|
@ -342,6 +342,9 @@ file_save_overwrite (GtkWidget *save_dialog,
|
|||||||
|
|
||||||
g_free (message);
|
g_free (message);
|
||||||
|
|
||||||
|
gtk_window_set_transient_for (GTK_WINDOW (query_box),
|
||||||
|
GTK_WINDOW (save_dialog));
|
||||||
|
|
||||||
gtk_widget_show (query_box);
|
gtk_widget_show (query_box);
|
||||||
|
|
||||||
gtk_widget_set_sensitive (save_dialog, FALSE);
|
gtk_widget_set_sensitive (save_dialog, FALSE);
|
||||||
|
Reference in New Issue
Block a user