From 01020ccc81a4ebabc7cb15d9a88d9761b56844a0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 4 Oct 2011 09:20:42 -0500 Subject: [PATCH] Replace an icon-size macro from Nautilus --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index b67d04cf72..cfb6c25e1d 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -3190,7 +3190,7 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar) G_CALLBACK (bookmarks_editing_canceled), sidebar); /* this is required to align the eject buttons to the right */ - gtk_tree_view_column_set_max_width (GTK_TREE_VIEW_COLUMN (col), NAUTILUS_ICON_SIZE_SMALLER); + gtk_tree_view_column_set_max_width (GTK_TREE_VIEW_COLUMN (col), 24); gtk_tree_view_append_column (tree_view, col); sidebar->store = gtk_list_store_new (PLACES_SIDEBAR_COLUMN_COUNT,