mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #560043: Fix crash after changing the budget option in the budget report.
This was caused by changing the internal structure name of the GncBudget, in r17369 and originally in r17352. From a quick glance, the gda-dev branch didn't introduce any further structure name changes, but those should be reviewed in any case. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17687 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7d039a0133
commit
89955bcb9b
@ -2802,7 +2802,7 @@ gnc_option_get_ui_value_budget(GNCOption *option, GtkWidget *widget)
|
||||
if (!bgt)
|
||||
return SCM_BOOL_F;
|
||||
|
||||
return SWIG_NewPointerObj(bgt, SWIG_TypeQuery("_p_gnc_budget_private"), 0);
|
||||
return SWIG_NewPointerObj(bgt, SWIG_TypeQuery("_p_budget_s"), 0);
|
||||
}
|
||||
|
||||
static SCM
|
||||
|
Loading…
Reference in New Issue
Block a user