mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix crash caused by qof changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9647 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
afa2345bb3
commit
f40e64ce2c
@ -1,3 +1,7 @@
|
||||
2003-10-25 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome/druid-stock-split.c: Fix crash caused by qof changes.
|
||||
|
||||
2003-10-24 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/import-export/hbci/druid-hbci-initial.c: Use the generic
|
||||
|
@ -672,8 +672,8 @@ refresh_handler (GHashTable *changes, gpointer user_data)
|
||||
GtkWidget *page;
|
||||
GladeXML *xml;
|
||||
|
||||
id_type = xaccGUIDType (&info->account, gnc_get_current_book ());
|
||||
old_account = xaccAccountLookup (&info->account, gnc_get_current_book ());
|
||||
id_type = xaccGUIDType (old_account, gnc_get_current_book ());
|
||||
|
||||
if (fill_account_list (info, old_account) == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user