mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
97062a3b81
commit
514086e496
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user