From 7a5c1cb101bb09536d78e1f982d1c21b20bbac10 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 7 Sep 2000 22:21:09 +0000 Subject: [PATCH] Update docs. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2806 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/window-main.c | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/gnome/window-main.c b/src/gnome/window-main.c index 2f93438449..eb275a0165 100644 --- a/src/gnome/window-main.c +++ b/src/gnome/window-main.c @@ -239,23 +239,6 @@ gnc_ui_get_currency_item(GList **list, const char *currency, GtkWidget *holder) return found; } -/* The gnc_ui_refresh_statusbar() subroutine redraws - * the statusbar at the bottom of the main window. The statusbar - * includes two fields, titled 'profits' and 'assets'. The total - * assets equal the sum of all of the non-equity, non-income - * accounts. In theory, assets also equals the grand total - * value of the equity accounts, but that assumes that folks are - * using the equity account type correctly (which is not likely). - * Thus we show the sum of assets, rather than the sum of equities. - * - * The EURO gets special treatment. There can be one line with - * EUR amounts and a EUR (total) line which summs up all EURO - * member currencies. - * - * There should be a 'grand total', too, which summs up all accounts - * converted to one common currency. - */ - static void gnc_ui_accounts_recurse (AccountGroup *group, GList **currency_list, gboolean euro) @@ -322,6 +305,22 @@ gnc_ui_accounts_recurse (AccountGroup *group, GList **currency_list, } } +/* The gnc_ui_refresh_statusbar() subroutine redraws + * the statusbar at the bottom of the main window. The statusbar + * includes two fields, titled 'profits' and 'assets'. The total + * assets equal the sum of all of the non-equity, non-income + * accounts. In theory, assets also equals the grand total + * value of the equity accounts, but that assumes that folks are + * using the equity account type correctly (which is not likely). + * Thus we show the sum of assets, rather than the sum of equities. + * + * The EURO gets special treatment. There can be one line with + * EUR amounts and a EUR (total) line which summs up all EURO + * member currencies. + * + * There should be a 'grand total', too, which sums up all accounts + * converted to one common currency. + */ static void gnc_ui_refresh_statusbar (void) {