projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d58b64
)
places sidebar: Stop using follow-state
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Mar 2015 02:14:24 +0000
(22:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 16 Mar 2015 02:44:33 +0000
(22:44 -0400)
It is no longer needed.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index e9d220edbf4b98ec51a96780f0ff8e4b1fca5906..d8ce633d75e34a3f7a8abcf7dead07845f0f49ab 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-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);