[gthumb] fixed resize of the file list



commit 80d4f78d5fdf9bd02143ffccd425e6ea5c0e9cbe
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Oct 20 14:31:40 2011 +0200

    fixed resize of the file list

 gthumb/gth-file-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index 2cbc3d9..69dcefe 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -644,7 +644,7 @@ gth_file_list_construct (GthFileList     *file_list,
 
 	file_list->priv->scrolled_window = gtk_scrolled_window_new (NULL, NULL);
 	gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (file_list->priv->scrolled_window),
-					GTK_POLICY_NEVER,
+					GTK_POLICY_AUTOMATIC,
 					GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (file_list->priv->scrolled_window),
 					     GTK_SHADOW_ETCHED_IN);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]