r19280 - gnucash/trunk/src/report/standard-reports - Disable new option of piechart report even more.

Christian Stimming cstim at code.gnucash.org
Sat Jun 19 16:03:52 EDT 2010


Author: cstim
Date: 2010-06-19 16:03:52 -0400 (Sat, 19 Jun 2010)
New Revision: 19280
Trac: http://svn.gnucash.org/trac/changeset/19280

Modified:
   gnucash/trunk/src/report/standard-reports/account-piecharts.scm
Log:
Disable new option of piechart report even more.

Modified: gnucash/trunk/src/report/standard-reports/account-piecharts.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-19 15:42:32 UTC (rev 19279)
+++ gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-19 20:03:52 UTC (rev 19280)
@@ -108,7 +108,7 @@
 ;; Option deactivated before 2.4.0 is out in order not to have
 ;; untranslated strings show up for the user (string freeze). Will be
 ;; activated in 2.4.1 or so by un-commenting the line below and
-;; removing the line above, and changing line 217 accordingly.
+;; removing the line above, and changing line 217 and 262 accordingly.
     ;;(if do-intervals?
         (add-option
          (gnc:make-multichoice-option
@@ -259,7 +259,7 @@
            (tree-depth (if (equal? account-levels 'all)
                            (gnc:get-current-account-tree-depth)
                            account-levels))
-           (averaging-fraction-func (gnc:date-get-fraction-func averaging-selection))
+           (averaging-fraction-func #f) ;;(gnc:date-get-fraction-func averaging-selection))
            (averaging-multiplier
             (if averaging-fraction-func
                 ;; Calculate the divisor of the amounts so that an



More information about the gnucash-changes mailing list