From df6131a532c8332d9a36e04f08a718662fe1d3a2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 30 Jul 2016 15:40:20 +0200 Subject: GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint --- plugins/taglist/pluma-taglist-plugin-panel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/taglist') diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c index f19f6b91..3a8bdae8 100644 --- a/plugins/taglist/pluma-taglist-plugin-panel.c +++ b/plugins/taglist/pluma-taglist-plugin-panel.c @@ -731,7 +731,9 @@ pluma_taglist_plugin_panel_init (PlumaTaglistPluginPanel *panel) panel->priv->tag_groups_combo, ATK_RELATION_CONTROLLED_BY); +#if !GTK_CHECK_VERSION(3, 0, 0) gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (panel->priv->tags_list), FALSE); +#endif gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (panel->priv->tags_list), FALSE); g_object_set (panel->priv->tags_list, "has-tooltip", TRUE, NULL); -- cgit v1.2.1