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.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14199 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-05-26 00:14:28 +00:00
parent 97062a3b81
commit 514086e496

View File

@ -76,7 +76,7 @@ void
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;