From d90ce8063d562d9b9bb9201781ed0db9183f86de Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 2 Jul 2002 17:25:52 +0000 Subject: (e_shell_show_settings): Don't set up the settings dialog as a transient. [#25776] svn path=/trunk/; revision=17350 --- shell/e-shell.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 38e83234c0..ebe6086a66 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -2085,9 +2085,7 @@ e_shell_show_settings (EShell *shell, const char *type, EShellView *shell_view) gtk_signal_connect (GTK_OBJECT (priv->settings_dialog), "destroy", GTK_SIGNAL_FUNC (settings_dialog_destroy_cb), shell); - gtk_window_set_transient_for (GTK_WINDOW (priv->settings_dialog), GTK_WINDOW (shell_view)); gtk_widget_show (priv->settings_dialog); - } -- cgit v1.2.3