From 8de7c80602afe941093b4ef408b2805601abac38 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 23 May 2002 21:32:14 +0000 Subject: Pass FALSE for @allow_shrink. Fixes #15688. * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Pass FALSE for @allow_shrink. Fixes #15688. svn path=/trunk/; revision=16993 --- shell/ChangeLog | 6 ++++++ shell/e-shell-folder-selection-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index d61a3f5907..c1860256f7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-05-23 Ettore Perazzoli + + * e-shell-folder-selection-dialog.c + (e_shell_folder_selection_dialog_construct): Pass FALSE for + @allow_shrink. Fixes #15688. + 2002-05-23 Ettore Perazzoli * e-shell-folder-commands.c (delete_dialog): Make a little bit diff --git a/shell/e-shell-folder-selection-dialog.c b/shell/e-shell-folder-selection-dialog.c index d653e31522..e3e5d6e3d0 100644 --- a/shell/e-shell-folder-selection-dialog.c +++ b/shell/e-shell-folder-selection-dialog.c @@ -363,7 +363,7 @@ e_shell_folder_selection_dialog_construct (EShellFolderSelectionDialog *folder_s /* Basic dialog setup. */ - gtk_window_set_policy (GTK_WINDOW (folder_selection_dialog), TRUE, TRUE, FALSE); + gtk_window_set_policy (GTK_WINDOW (folder_selection_dialog), FALSE, TRUE, FALSE); gtk_window_set_default_size (GTK_WINDOW (folder_selection_dialog), 350, 300); gtk_window_set_modal (GTK_WINDOW (folder_selection_dialog), TRUE); gtk_window_set_title (GTK_WINDOW (folder_selection_dialog), title); -- cgit v1.2.3