mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace GNCBook with QofBook
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18202 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
cb9b4afbac
commit
7bec19eef9
@ -117,7 +117,7 @@ struct _xferDialog
|
||||
|
||||
GtkTooltips *tips;
|
||||
|
||||
GNCBook * book;
|
||||
QofBook * book;
|
||||
GNCPriceDB * pricedb;
|
||||
|
||||
/* Where to store the "exchange_rate" at exit (in lieu of
|
||||
@ -1830,7 +1830,7 @@ gnc_xfer_dialog (GtkWidget * parent, Account * initial)
|
||||
XferDialog *xferData;
|
||||
GNCAmountEdit *gae;
|
||||
GtkWidget *amount_entry;
|
||||
GNCBook *book = NULL;
|
||||
QofBook *book = NULL;
|
||||
|
||||
xferData = g_new0 (XferDialog, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user