[gtk+] places sidebar: Stop using follow-state
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] places sidebar: Stop using follow-state
- Date: Mon, 16 Mar 2015 02:49:16 +0000 (UTC)
commit 59a901e285a1c31a651b893d82bd8ff51d158224
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Mar 15 22:14:24 2015 -0400
places sidebar: Stop using follow-state
It is no longer needed.
gtk/gtkplacessidebar.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index e9d220e..d8ce633 100644
--- 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]