[Gnucash-changes] Update commented out code to reflect the use of gconf.

David Hampton hampton at cvs.gnucash.org
Sat Sep 24 16:49:28 EDT 2005


Log Message:
-----------
Update commented out code to reflect the use of gconf.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/report/standard-reports:
        register.scm

Revision Data
-------------
Index: register.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/report/standard-reports/register.scm,v
retrieving revision 1.11.4.2
retrieving revision 1.11.4.3
diff -Lsrc/report/standard-reports/register.scm -Lsrc/report/standard-reports/register.scm -u -r1.11.4.2 -r1.11.4.3
--- src/report/standard-reports/register.scm
+++ src/report/standard-reports/register.scm
@@ -579,12 +579,12 @@
            (gnc:make-html-text
             (gnc:html-markup-br)
             ;;(gnc:option-value
-            ;; (gnc:lookup-global-option "User Info" "User Name"))
+            ;; (gnc:gconf-get-string "user_info" "name"))
 	    "User Name"
             (gnc:html-markup-br)
             (string-expand
              ;;(gnc:option-value
-	     ;; (gnc:lookup-global-option "User Info" "User Address"))
+	     ;; (gnc:gconf-get-string "user_info" "address"))
 	     "User Address"
              #\newline
              "<br>")


More information about the gnucash-changes mailing list