[nautilus/gnome-2-32: 49/283] Don't let the sidebar shrink more than its requisition (#311732).
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-2-32: 49/283] Don't let the sidebar shrink more than its requisition (#311732).
- Date: Thu, 12 Aug 2010 11:08:08 +0000 (UTC)
commit cf070bb3200e87c3e044c1f81b1bb6c22162dc77
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Apr 29 20:22:13 2010 +0200
Don't let the sidebar shrink more than its requisition (#311732).
This also makes us consistent with the other GNOME apps that use a
sidebar widget.
src/nautilus-navigation-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-navigation-window.c b/src/nautilus-navigation-window.c
index 494ec61..d92e711 100644
--- a/src/nautilus-navigation-window.c
+++ b/src/nautilus-navigation-window.c
@@ -449,7 +449,7 @@ nautilus_navigation_window_set_up_sidebar (NautilusNavigationWindow *window)
gtk_paned_pack1 (GTK_PANED (window->details->content_paned),
GTK_WIDGET (window->sidebar),
- FALSE, TRUE);
+ FALSE, FALSE);
setup_side_pane_width (window);
g_signal_connect (window->sidebar,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]