r18202 - gnucash/trunk/src/gnome-utils - Replace GNCBook with QofBook

Phil Longstaff plongstaff at code.gnucash.org
Mon Jul 13 12:43:01 EDT 2009


Author: plongstaff
Date: 2009-07-13 12:43:01 -0400 (Mon, 13 Jul 2009)
New Revision: 18202
Trac: http://svn.gnucash.org/trac/changeset/18202

Modified:
   gnucash/trunk/src/gnome-utils/dialog-transfer.c
Log:
Replace GNCBook with QofBook


Modified: gnucash/trunk/src/gnome-utils/dialog-transfer.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-transfer.c	2009-07-13 16:42:01 UTC (rev 18201)
+++ gnucash/trunk/src/gnome-utils/dialog-transfer.c	2009-07-13 16:43:01 UTC (rev 18202)
@@ -117,7 +117,7 @@
 
   GtkTooltips *tips;
 
-  GNCBook *	book;
+  QofBook *	book;
   GNCPriceDB *	pricedb;
 
   /* Where to store the "exchange_rate" at exit (in lieu of
@@ -1830,7 +1830,7 @@
   XferDialog *xferData;
   GNCAmountEdit *gae;
   GtkWidget *amount_entry;
-  GNCBook *book = NULL;
+  QofBook *book = NULL;
 
   xferData = g_new0 (XferDialog, 1);
 



More information about the gnucash-changes mailing list