From 3270f7a07f0ffa0f111804c0e55cdc0b479bd690 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 22 Dec 2003 18:32:13 +0000 Subject: Mark the settings dialog as transient for the main window svn path=/trunk/; revision=24004 --- shell/ChangeLog | 4 ++++ shell/e-shell.c | 1 + 2 files changed, 5 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index d69c2a73d2..73991d0eee 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2003-12-22 Ross Burton + + * e-shell.c: mark the settings dialog as transient for the main window. + 2003-12-14 JP Rosevear * e-user-creatable-items-handler.c (get_components_from_registry): diff --git a/shell/e-shell.c b/shell/e-shell.c index 7da688d100..c0a7f6fc85 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -989,6 +989,7 @@ e_shell_show_settings (EShell *shell, g_object_add_weak_pointer (G_OBJECT (priv->settings_dialog), (void **) & priv->settings_dialog); + gtk_window_set_transient_for (GTK_WINDOW (priv->settings_dialog), GTK_WINDOW (shell_window)); gtk_widget_show (priv->settings_dialog); } -- cgit v1.2.3