Iters are persistent.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@9573 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2003-10-19 07:28:46 +00:00
parent 6ce051b038
commit cddd6b4d0a

View File

@@ -202,7 +202,7 @@ gnc_tree_model_example_account_tree_model_init (GtkTreeModelIface *iface)
static guint
gnc_tree_model_example_account_get_flags (GtkTreeModel *tree_model)
{
return GTK_TREE_MODEL_LIST_ONLY;
return GTK_TREE_MODEL_ITERS_PERSIST | GTK_TREE_MODEL_LIST_ONLY;
}
static int