From d83b22028b6756798ea7dcdfed18b8d852b2cba2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 4 Sep 2015 07:29:34 -0700 Subject: [PATCH] ui: acc: show short account names in tree mode again This broke for some reason. --- hledger-ui/Hledger/UI/AccountsScreen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/AccountsScreen.hs b/hledger-ui/Hledger/UI/AccountsScreen.hs index a9a066c1d..6635a4d04 100644 --- a/hledger-ui/Hledger/UI/AccountsScreen.hs +++ b/hledger-ui/Hledger/UI/AccountsScreen.hs @@ -82,7 +82,7 @@ initAccountsScreen mselacct d st@AppState{ displayitem ((fullacct, shortacct, indent), bal) = (indent ,fullacct - ,if tree_ ropts' then shortacct else fullacct + ,if flat_ ropts' then fullacct else shortacct ,map showAmountWithoutPrice amts -- like showMixedAmountOneLineWithoutPrice ) where