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:
David Hampton 2003-10-26 04:06:52 +00:00
parent afa2345bb3
commit f40e64ce2c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)
{