Show expanders in treeviews showing actual trees

This commit is contained in:
Michael Natterer 2009-08-03 23:46:19 +02:00
parent ad806713ae
commit 8a578354fe
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ gimp_container_tree_view_constructor (GType type,
"enable-search", FALSE,
"headers-visible", FALSE,
"has-tooltip", TRUE,
"show-expanders", FALSE,
"show-expanders", GIMP_CONTAINER_VIEW_GET_INTERFACE (view)->model_is_tree,
NULL);
g_object_unref (tree);