[nautilus] list-view: workaround a GtkTreeView regression
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] list-view: workaround a GtkTreeView regression
- Date: Fri, 4 Feb 2011 17:00:29 +0000 (UTC)
commit 4f17fb7db7b8736ebb4fe82ddb1c279777847730
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Feb 4 11:59:26 2011 -0500
list-view: workaround a GtkTreeView regression
See https://bugzilla.gnome.org/show_bug.cgi?id=641518 for details
src/nautilus-list-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 4bb75bd..4f54f27 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -2625,6 +2625,8 @@ nautilus_list_view_set_zoom_level (NautilusListView *view,
-1, icon_size);
nautilus_view_update_menus (NAUTILUS_VIEW (view));
+
+ gtk_tree_view_columns_autosize (view->details->tree_view);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]