From 0ca1e2199406ebd1a1d926137cf6080b3bde9f6f Mon Sep 17 00:00:00 2001 From: David Hampton Date: Fri, 30 Dec 2005 03:31:43 +0000 Subject: [PATCH] Correct a comment. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12200 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-tree-model-account-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-tree-model-account-types.h b/src/gnome-utils/gnc-tree-model-account-types.h index 0c961bd00c..8121e2477c 100644 --- a/src/gnome-utils/gnc-tree-model-account-types.h +++ b/src/gnome-utils/gnc-tree-model-account-types.h @@ -76,7 +76,7 @@ GType gnc_tree_model_account_types_get_type (void); account types while showing all account types, use gnc_tree_model_account_types_master() to get the treemodel. Connect it to your tree view and use - gnc_tree_view_account_types_{sg}et_selection() to convert between + gnc_tree_model_account_types_{sg}et_selection() to convert between bitmasks and GtkTreeView states. No need to free the treemodel. Method 2: If you must store selection state in the model for some