Invert the print 'dive profile' option.

With this change, instead of asking to print the dive profile,
you ask to not print them. So the checkbox in the print options
changes from 'Show profiles' to 'No dive profiles'.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2012-08-29 10:30:14 +02:00
parent eef0e9e699
commit c4eeda1ef7
2 changed files with 19 additions and 17 deletions

View file

@ -28,7 +28,7 @@ extern void attach_tooltip(int x, int y, int w, int h, const char *text);
struct options {
enum { PRETTY, TABLE } type;
gboolean print_profiles;
gboolean print_no_profiles;
};
extern char zoomed_plot;