From 3c79fcd36bb76bfce6d6c69c7e7f79f037be1d93 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 8 Aug 1998 20:44:10 +0000 Subject: [PATCH] add a note git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@957 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/SplitLedger.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/SplitLedger.c b/src/SplitLedger.c index 826616378e..33acfb39d8 100644 --- a/src/SplitLedger.c +++ b/src/SplitLedger.c @@ -22,6 +22,11 @@ * To implement the above, the register "user_hook" is used * to store the blank split with the register window structures. * + * + * Hack Alert: This code calls the accRefresh routine explicitly. + * A more elegent way of sending an update even to the windowing + * code should probably be developed. + * * HISTORY: * Copyright (c) 1998 Linas Vepstas */