mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-04 10:23:21 -05:00
Add missing call to xaccAccountBeginEdit.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14694 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-08-19 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/engine/Account.c: Add missing call to xaccAccountBeginEdit.
|
||||
|
||||
2006-08-18 David Hampton <hampton@employees.org>
|
||||
|
||||
* various: Add some 'const' declarations.
|
||||
|
||||
@@ -2003,6 +2003,7 @@ xaccAccountSetHidden (Account *acc, gboolean val)
|
||||
{
|
||||
if (!acc) return;
|
||||
|
||||
xaccAccountBeginEdit (acc);
|
||||
kvp_frame_set_string (acc->inst.kvp_data, "hidden",
|
||||
val ? "true" : NULL);
|
||||
mark_account (acc);
|
||||
|
||||
Reference in New Issue
Block a user