r19281 - gnucash/trunk/src/report/standard-reports - Some more disabling of the new deactivated option in the piechart. Forgotten in r19280, sorry for that.

Christian Stimming cstim at code.gnucash.org
Sun Jun 20 14:42:25 EDT 2010


Author: cstim
Date: 2010-06-20 14:42:25 -0400 (Sun, 20 Jun 2010)
New Revision: 19281
Trac: http://svn.gnucash.org/trac/changeset/19281

Modified:
   gnucash/trunk/src/report/standard-reports/account-piecharts.scm
Log:
Some more disabling of the new deactivated option in the piechart. Forgotten in r19280, sorry for that.

Modified: gnucash/trunk/src/report/standard-reports/account-piecharts.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-19 20:03:52 UTC (rev 19280)
+++ gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-20 18:42:25 UTC (rev 19281)
@@ -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 and 262 accordingly.
+;; removing the line above, and changing line 217 and 262 and 280ff accordingly.
     ;;(if do-intervals?
         (add-option
          (gnc:make-multichoice-option
@@ -277,12 +277,12 @@
                 1))
            ;; If there is averaging, the report-title is extended
            ;; accordingly.
-           (report-title
-            (case averaging-selection
-              ('YearDelta (string-append report-title " " (_ "Yearly Average")))
-              ('MonthDelta (string-append report-title " " (_ "Monthly Average")))
-              ('WeekDelta (string-append report-title " " (_ "Weekly Average")))
-              (else report-title)))
+;           (report-title
+;            (case averaging-selection
+;              ('YearDelta (string-append report-title " " (_ "Yearly Average")))
+;              ('MonthDelta (string-append report-title " " (_ "Monthly Average")))
+;              ('WeekDelta (string-append report-title " " (_ "Weekly Average")))
+;              (else report-title)))
            (combined '())
            (other-anchor "")
            (print-info (gnc-commodity-print-info report-currency #t)))



More information about the gnucash-changes mailing list