mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
c1488da872
commit
7998d0571d
@ -746,6 +746,16 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"account tree.",
|
"account tree.",
|
||||||
FALSE,
|
FALSE,
|
||||||
G_PARAM_READWRITE));
|
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
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user