Printing: Edit the print options widget

Remove obsolete code and add new customizable print code to the options
dialog.

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2015-05-30 13:10:31 +02:00 committed by Dirk Hohndel
parent 912606e1c7
commit a0b8eed612
4 changed files with 58 additions and 108 deletions

View file

@ -40,7 +40,9 @@ struct print_options {
PRETTY,
TABLE,
TWOPERPAGE,
ONEPERPAGE
ONEPERPAGE,
DIVELIST,
STATISTICS
} type;
bool print_selected;
bool color_selected;