aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-12-23 02:32:13 +0800
committerRoss Burton <rburton@src.gnome.org>2003-12-23 02:32:13 +0800
commit3270f7a07f0ffa0f111804c0e55cdc0b479bd690 (patch)
treefd363331517cc25a9ba7f912b817a16aa7ea0b5c /shell/e-shell.c
parenta4f206c1399f3ed94c82e8846f328d3d9c81d37d (diff)
downloadgsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar.gz
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar.bz2
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar.lz
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar.xz
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.tar.zst
gsoc2013-evolution-3270f7a07f0ffa0f111804c0e55cdc0b479bd690.zip
Mark the settings dialog as transient for the main window
svn path=/trunk/; revision=24004
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c1
1 files changed, 1 insertions, 0 deletions
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);
}