mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user