[Gnucash-changes] r14199 - gnucash/trunk/src/engine - Load the file backend _after_ the qsf backend, so that it gets tried

Chris Shoemaker chris at cvs.gnucash.org
Thu May 25 20:14:29 EDT 2006


Author: chris
Date: 2006-05-25 20:14:28 -0400 (Thu, 25 May 2006)
New Revision: 14199
Trac: http://svn.gnucash.org/trac/changeset/14199

Modified:
   gnucash/trunk/src/engine/gnc-engine.c
Log:
   Load the file backend _after_ the qsf backend, so that it gets tried 
   _before_ the qsf backend, because the qsf backend prints some noisy error
   messages while figuring out that the gnucash file isn't a qsf file.


Modified: gnucash/trunk/src/engine/gnc-engine.c
===================================================================
--- gnucash/trunk/src/engine/gnc-engine.c	2006-05-26 00:10:35 UTC (rev 14198)
+++ gnucash/trunk/src/engine/gnc-engine.c	2006-05-26 00:14:28 UTC (rev 14199)
@@ -76,7 +76,7 @@
 gnc_engine_init(int argc, char ** argv)
 {
   static gchar *names[] = {
-      GNC_LIB_NAME, QSF_BACKEND_LIB, "gnc-backend-postgres", 
+      QSF_BACKEND_LIB, GNC_LIB_NAME, "gnc-backend-postgres", 
       NULL};
   gchar **np;
   gnc_engine_init_hook_t hook;



More information about the gnucash-changes mailing list