[Gnucash-changes] r13112 - gnucash/trunk/lib/libqof/qof - reverting change to qofsession.c from r13084, already replaced in r13097

Neil Williams codehelp at cvs.gnucash.org
Sun Feb 5 05:48:13 EST 2006


Author: codehelp
Date: 2006-02-05 05:48:12 -0500 (Sun, 05 Feb 2006)
New Revision: 13112
Trac: http://svn.gnucash.org/trac/changeset/13112

Modified:
   gnucash/trunk/lib/libqof/qof/qofsession.c
Log:
reverting change to qofsession.c from r13084, already replaced in r13097

Modified: gnucash/trunk/lib/libqof/qof/qofsession.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofsession.c	2006-02-05 10:13:37 UTC (rev 13111)
+++ gnucash/trunk/lib/libqof/qof/qofsession.c	2006-02-05 10:48:12 UTC (rev 13112)
@@ -889,12 +889,6 @@
 			}
 			/* Use the providers creation callback */
                         session->backend = (*(prov->backend_new))();
-                        /* Initialize be configuration. */
-                        {
-                                KvpFrame *config;
-                                config = qof_backend_get_config(session->backend);
-                                qof_backend_load_config(session->backend, config);
-                        }
 			session->backend->provider = prov;
 			/* Tell the books about the backend that they'll be using. */
 			for (node=session->books; node; node=node->next)



More information about the gnucash-changes mailing list