[totem] main: Remove obsolete rules-hint property usage



commit 18bf7a4d3a6955362137e7a3e1746ae3403d1b86
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 17 16:17:39 2014 +0200

    main: Remove obsolete rules-hint property usage

 data/playlist.ui  |    1 -
 src/totem-grilo.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/playlist.ui b/data/playlist.ui
index e0183bf..a49d4c8 100644
--- a/data/playlist.ui
+++ b/data/playlist.ui
@@ -38,7 +38,6 @@
             <property name="can_focus">True</property>
             <property name="model">playlist_list_store</property>
             <property name="headers_visible">True</property>
-            <property name="rules_hint">True</property>
             <child internal-child="selection">
               <object class="GtkTreeSelection" id="treeview-selection1"/>
             </child>
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index b9dd11a..27d08c5 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -2382,7 +2382,6 @@ create_debug_window (TotemGrilo       *self,
 
        tree = gtk_tree_view_new ();
        gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree), TRUE);
-       gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree), TRUE);
        gtk_widget_grab_focus (GTK_WIDGET (tree));
        gtk_container_add (GTK_CONTAINER (scrolled), tree);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]