gtk-demo: Drop use of deprecated api
There were several uses of gtk_tree_view_set_rules_hint here. Just drop them, the theme was ignoring them anyway.
This commit is contained in:
		| @ -284,7 +284,6 @@ do_list_store (GtkWidget *do_widget) | ||||
|  | ||||
|       /* create tree view */ | ||||
|       treeview = gtk_tree_view_new_with_model (model); | ||||
|       gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE); | ||||
|       gtk_tree_view_set_search_column (GTK_TREE_VIEW (treeview), | ||||
|                                        COLUMN_DESCRIPTION); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen