Replace an icon-size macro from Nautilus

This commit is contained in:
Federico Mena Quintero 2011-10-04 09:20:42 -05:00
parent f68609f6fe
commit 01020ccc81

View File

@ -3190,7 +3190,7 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
G_CALLBACK (bookmarks_editing_canceled), sidebar); G_CALLBACK (bookmarks_editing_canceled), sidebar);
/* this is required to align the eject buttons to the right */ /* 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); gtk_tree_view_append_column (tree_view, col);
sidebar->store = gtk_list_store_new (PLACES_SIDEBAR_COLUMN_COUNT, sidebar->store = gtk_list_store_new (PLACES_SIDEBAR_COLUMN_COUNT,