[Gnucash-changes] r14031 - gnucash/trunk - Use QSF #defines instead of hard-coding the library name and init-fcn

Derek Atkins warlord at cvs.gnucash.org
Fri May 12 12:18:24 EDT 2006


Author: warlord
Date: 2006-05-12 12:18:23 -0400 (Fri, 12 May 2006)
New Revision: 14031
Trac: http://svn.gnucash.org/trac/changeset/14031

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/gnc-engine.c
Log:
  Use QSF #defines instead of hard-coding the library name and init-fcn



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-05-12 15:35:07 UTC (rev 14030)
+++ gnucash/trunk/ChangeLog	2006-05-12 16:18:23 UTC (rev 14031)
@@ -5,6 +5,9 @@
 	  Make sure to properly define _GNU_SOURCE in sub-config files.
 	  The build was broken without this.
 
+	* src/engine/gnc-engine.c:
+	  Use QSF #defines instead of hard-coding the library name and init-fcn
+
 2006-05-12  Christian Stimming <stimming at tuhh.de>
 
 	* src/import-export/hbci/gnc-plugin-hbci.c: Add the Tools->HBCI

Modified: gnucash/trunk/src/engine/gnc-engine.c
===================================================================
--- gnucash/trunk/src/engine/gnc-engine.c	2006-05-12 15:35:07 UTC (rev 14030)
+++ gnucash/trunk/src/engine/gnc-engine.c	2006-05-12 16:18:23 UTC (rev 14031)
@@ -97,7 +97,7 @@
   cashobjects_register();
 
   g_return_if_fail((qof_load_backend_library 
-		(QOF_LIB_DIR, "libqof-backend-qsf", "qsf_provider_init")));
+		(QOF_LIB_DIR, QSF_BACKEND_LIB, QSF_MODULE_INIT)));
   g_return_if_fail((qof_load_backend_library
 		(GNC_LIBDIR, GNC_LIB_NAME, GNC_LIB_INIT)));
 



More information about the gnucash-changes mailing list