src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint()

This commit is contained in:
Javier Jardón 2015-03-22 09:07:34 +00:00
parent a3568bc51b
commit f01d7220db
1 changed files with 0 additions and 2 deletions

View File

@ -551,8 +551,6 @@ zenity_tree (ZenityData *data, ZenityTreeData *tree_data)
column_index++;
}
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree_view), TRUE);
if (tree_data->hide_header)
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_view), FALSE);