summaryrefslogtreecommitdiff
path: root/tests/testtreeflow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-04 10:11:50 +0200
committerMatthias Clasen <mclasen@redhat.com>2014-08-04 12:27:56 +0200
commit9e3626ee24de7cde2051f23b857b9fa303e39b00 (patch)
treecd889a6cdc997ea64f1bc4066f600714e2538124 /tests/testtreeflow.c
parent5f7485f647b7dcd66b432358fca4cfff592d7c08 (diff)
downloadgtk+-9e3626ee24de7cde2051f23b857b9fa303e39b00.tar.gz
tests: Drop use of deprecated api
Don't use gtk_tree_view_set_rules_hint anymore.
Diffstat (limited to 'tests/testtreeflow.c')
-rw-r--r--tests/testtreeflow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtreeflow.c b/tests/testtreeflow.c
index efbb792f19..b243bc57b2 100644
--- a/tests/testtreeflow.c
+++ b/tests/testtreeflow.c
@@ -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,