Placeholder was defined as a property but not properly registered with glib. Add it.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18245 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-08-12 00:06:27 +00:00
parent c1488da872
commit 7998d0571d

View File

@ -746,6 +746,16 @@ gnc_account_class_init (AccountClass *klass)
"account tree.",
FALSE,
G_PARAM_READWRITE));
g_object_class_install_property
(gobject_class,
PROP_PLACEHOLDER,
g_param_spec_boolean ("placeholder",
"Placeholder",
"Whether the account is a placeholder account which does not "
"allow transactions to be created, edited or deleted.",
FALSE,
G_PARAM_READWRITE));
}
static void