[Xfce4-commits] [panel-plugins/xfce4-mpc-plugin] 08/10: gtk_tree_view_set_rules_hint() was deprecated and isnt used in Gtk+3

noreply at xfce.org noreply at xfce.org
Sun May 1 13:24:36 CEST 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-mpc-plugin.

commit d1e7d12fd2272b2706802db47a68727cccc13cdd
Author: Landry Breuil <landry at xfce.org>
Date:   Sun May 1 13:23:21 2016 +0200

    gtk_tree_view_set_rules_hint() was deprecated and isnt used in Gtk+3
---
 panel-plugin/xfce4-mpc-plugin.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 917b14b..f1b0c02 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -531,7 +531,6 @@ show_playlist (t_mpc* mpc)
 
       treeview = gtk_tree_view_new ();
       gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(treeview), FALSE);
-      gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(treeview), TRUE);
       g_signal_connect(treeview, "row-activated", G_CALLBACK(playlist_title_dblclicked), mpc);
       gtk_container_add(GTK_CONTAINER(scrolledwin),treeview);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list