tests: Drop use of deprecated api

Don't use gtk_tree_view_set_rules_hint anymore.
This commit is contained in:
Matthias Clasen
2014-08-04 10:11:50 +02:00
parent 5f7485f647
commit 9e3626ee24
6 changed files with 0 additions and 15 deletions

View File

@ -148,7 +148,6 @@ main (int argc, char *argv[])
gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (tree_view), path, NULL, TRUE, 0.5, 0.0);
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_view));
gtk_tree_selection_select_path (selection, path);
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree_view), TRUE);
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_view), FALSE);
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (tree_view),
-1,