[Gnucash-changes] r12926 - gnucash/trunk - Replace missing API for config-file loading.

Derek Atkins warlord at cvs.gnucash.org
Sat Jan 21 16:20:45 EST 2006


Author: warlord
Date: 2006-01-21 16:20:44 -0500 (Sat, 21 Jan 2006)
New Revision: 12926
Trac: http://svn.gnucash.org/trac/changeset/12926

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/app-utils/prefs.scm
Log:
Replace missing API for config-file loading.

	* src/app-utils/prefs.scm: replace an API needed by old scheme
	  config files.  It was removed in r11565.  Replace it now.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-21 19:57:51 UTC (rev 12925)
+++ gnucash/trunk/ChangeLog	2006-01-21 21:20:44 UTC (rev 12926)
@@ -6,6 +6,9 @@
 	  initialize the gnome application earlier this will let us
 	  update the splash screen.
 
+	* src/app-utils/prefs.scm: replace an API needed by old scheme
+	  config files.  It was removed in r11565.  Replace it now.
+
 2006-01-21  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/*.glade: Move glade files to a new subdirectory.

Modified: gnucash/trunk/src/app-utils/prefs.scm
===================================================================
--- gnucash/trunk/src/app-utils/prefs.scm	2006-01-21 19:57:51 UTC (rev 12925)
+++ gnucash/trunk/src/app-utils/prefs.scm	2006-01-21 21:20:44 UTC (rev 12926)
@@ -58,6 +58,9 @@
 ;;    #f))
 
 
+;; Old-school config files depend on this API
+ (define (gnc:config-file-format-version version) #t)
+
 ;;;;;; Create config vars
 
 (define gnc:*debit-strings*



More information about the gnucash-changes mailing list