diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-21 02:06:01 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-21 02:06:01 -0500 |
commit | 5d4a0a39bee1fd1abd1a04e0614c75755df4485d (patch) | |
tree | 305b6055ed31c109beb3f694ec45c1859b621011 /src/balance.h | |
parent | eab95ad55b601d44af25dd65384e7980cd54a487 (diff) | |
download | fork-ledger-5d4a0a39bee1fd1abd1a04e0614c75755df4485d.tar.gz fork-ledger-5d4a0a39bee1fd1abd1a04e0614c75755df4485d.tar.bz2 fork-ledger-5d4a0a39bee1fd1abd1a04e0614c75755df4485d.zip |
The Python web server now uses jQuery Tablesorter
Diffstat (limited to 'src/balance.h')
-rw-r--r-- | src/balance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/balance.h b/src/balance.h index a8a46d53..826de134 100644 --- a/src/balance.h +++ b/src/balance.h @@ -541,8 +541,8 @@ public: void print(std::ostream& out, const int first_width = -1, const int latter_width = -1, - const bool right_justify = true, - const bool colorize = true) const; + const bool right_justify = false, + const bool colorize = false) const; /** * Debugging methods. There are two methods defined to help with |