places sidebar: Stop using follow-state

It is no longer needed.
This commit is contained in:
Matthias Clasen 2015-03-15 22:14:24 -04:00
parent 8d58b64c28
commit 59a901e285

View File

@ -4036,7 +4036,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
g_object_set (cell,
"xpad", 10,
"ypad", 8,
"follow-state", TRUE,
NULL);
gtk_tree_view_column_pack_start (col, cell, FALSE);
gtk_tree_view_column_set_attributes (col, cell,
@ -4069,7 +4068,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
/* align right, because for some reason gtk+ expands
this even though we tell it not to. */
"xalign", 1.0,
"follow-state", TRUE,
"gicon", eject,
NULL);
gtk_tree_view_column_pack_start (col, cell, FALSE);