From ee167fef7bd9b94f871f3fc3f6ec743158cc867f Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 12 Mar 2003 04:12:29 +0000 Subject: [PATCH] * src/scm/main-window.scm: turn off the report-total by default git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8059 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/scm/main-window.scm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4929070ab7..ef93272a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-11 Derek Atkins + + * src/scm/main-window.scm: turn off the report-total by default + 2003-03-10 Derek Atkins * src/business/business-core/gncEmployee.c: name the employee name diff --git a/src/scm/main-window.scm b/src/scm/main-window.scm index 6156214677..60de8c5ee3 100644 --- a/src/scm/main-window.scm +++ b/src/scm/main-window.scm @@ -75,7 +75,7 @@ the account instead of opening a register.") #f)) (gnc:make-list-option (N_ "Account Tree") (N_ "Account fields to display") "c" "" - (list 'description 'total 'total_report) + (list 'description 'total) (list (list->vector (list 'type (N_ "Type") "")) (list->vector (list 'code (N_ "Code") "")) (list->vector (list 'description (N_ "Description") ""))