From f36c4a2a913307c220f4770e47cf73972ac4066a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 Feb 2016 17:47:21 -0800 Subject: [PATCH] mark todo --- hledger-ui/Hledger/UI/UIUtils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/UIUtils.hs b/hledger-ui/Hledger/UI/UIUtils.hs index 22af49643..b54cdbd99 100644 --- a/hledger-ui/Hledger/UI/UIUtils.hs +++ b/hledger-ui/Hledger/UI/UIUtils.hs @@ -50,7 +50,7 @@ toggleCleared ropts = ropts{cleared_=not $ cleared_ ropts} -- | Regenerate the content for the current and previous screens, from a new journal and current date. reload :: Journal -> Day -> AppState -> AppState reload j d st@AppState{aScreen=s,aPrevScreens=ss} = - -- clumsy due to entanglement of AppState and Screen. + -- XXX clumsy due to entanglement of AppState and Screen. -- sInitFn operates only on an appstate's current screen, so -- remove all the screens from the appstate and then add them back -- one at a time, regenerating as we go.