summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-27 21:33:33 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-27 21:33:33 -0400
commit07cca71893ef82e4199dc0dcadba25cc0185c4ed (patch)
tree032cf1aa68e507085bc3e901581ab87e7b2f3f73 /src/textual.cc
parentab433d28e08bbe23bbc75d333ed63343356e043a (diff)
downloadfork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.tar.gz
fork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.tar.bz2
fork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.zip
Renamed two methods, for consistency's sake
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 09cd8360..26500596 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -981,7 +981,7 @@ post_t * instance_t::parse_post(char * line,
<< "POST assign: parsed amt = " << *post->assigned_amount);
amount_t& amt(*post->assigned_amount);
- value_t account_total(post->account->self_total(false)
+ value_t account_total(post->account->amount(false)
.strip_annotations(keep_details_t()));
DEBUG("post.assign",