r17665 - gnucash/trunk/src/business/business-gnome - The update to business-urls.c requires dialog-job.h

Derek Atkins warlord at cvs.gnucash.org
Mon Oct 27 07:20:56 EDT 2008


Author: warlord
Date: 2008-10-27 07:20:55 -0400 (Mon, 27 Oct 2008)
New Revision: 17665
Trac: http://svn.gnucash.org/trac/changeset/17665

Modified:
   gnucash/trunk/src/business/business-gnome/business-urls.c
   gnucash/trunk/src/business/business-gnome/dialog-job.h
Log:
The update to business-urls.c requires dialog-job.h
dialog-job.h requires some additional changes

Modified: gnucash/trunk/src/business/business-gnome/business-urls.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/business-urls.c	2008-10-26 22:12:14 UTC (rev 17664)
+++ gnucash/trunk/src/business/business-gnome/business-urls.c	2008-10-27 11:20:55 UTC (rev 17665)
@@ -42,6 +42,7 @@
 #include "dialog-employee.h"
 #include "dialog-vendor.h"
 #include "dialog-invoice.h"
+#include "dialog-job.h"
 
 /* Disable -Waddress.  GCC 4.2 warns (and fails to compile with -Werror) when
  * passing the address of a guid on the stack to QOF_BOOK_LOOKUP_ENTITY via

Modified: gnucash/trunk/src/business/business-gnome/dialog-job.h
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-job.h	2008-10-26 22:12:14 UTC (rev 17664)
+++ gnucash/trunk/src/business/business-gnome/dialog-job.h	2008-10-27 11:20:55 UTC (rev 17665)
@@ -32,13 +32,13 @@
 #include "dialog-search.h"
 
 /* Create or Edit a job */
-GncJob * gnc_ui_job_new_return_handle (GncOwner *owner, GNCBook *book);
+GncJob * gnc_ui_job_new_return_handle (GncOwner *owner, QofBook *book);
 JobWindow * gnc_ui_job_edit (GncJob *job);
-JobWindow * gnc_ui_job_new (GncOwner *owner, GNCBook *book);
+JobWindow * gnc_ui_job_new (GncOwner *owner, QofBook *book);
 
 /* Search for Jobs */
 GNCSearchWindow * gnc_job_search (GncJob *start, GncOwner *owner,
-				  GNCBook *book);
+				  QofBook *book);
 
 /*
  * These callbacks are for use with the gnc_general_search widget



More information about the gnucash-changes mailing list