From cf6babcf9048f7e9205b1bead4794d8e2e9e8d62 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 6 Feb 2009 03:31:41 -0400 Subject: Restored all the option handlers from 2.6.2, but not the options themselves. --- src/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index d3dd6560..fd462040 100644 --- a/src/output.h +++ b/src/output.h @@ -141,8 +141,8 @@ public: } bool should_display(account_t& account) { - if (! disp_pred.predicate && ! report.display_predicate.empty()) - disp_pred.predicate.parse(report.display_predicate); + if (! disp_pred.predicate && report.HANDLED(display_)) + disp_pred.predicate.parse(report.HANDLER(display_).str()); return disp_pred(account); } -- cgit v1.2.3