diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-27 13:42:32 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:48:43 -0400 |
commit | f9ea284f0da5043525cb4ecc1ff4065f5126f4ca (patch) | |
tree | 806ad6d6553fc71db7a0812b5718663de17db07c | |
parent | fcfdb129d94f703582348c9e7afe98762505b0ac (diff) | |
download | fork-ledger-f9ea284f0da5043525cb4ecc1ff4065f5126f4ca.tar.gz fork-ledger-f9ea284f0da5043525cb4ecc1ff4065f5126f4ca.tar.bz2 fork-ledger-f9ea284f0da5043525cb4ecc1ff4065f5126f4ca.zip |
*** no comment ***
-rw-r--r-- | config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ config_t::regexps_to_predicate(const std::string& command, if (! show_related && ! show_all_related) { if (! display_predicate.empty()) display_predicate += "&"; - else if (! show_empty) + if (! show_empty) display_predicate += "T&"; if (add_predicate == 2) |