tests: Drop use of deprecated api
Don't use gtk_tree_view_set_rules_hint anymore.
This commit is contained in:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen