From fa1d50623855f58ed95fba1f468d872a9e84e4d2 Mon Sep 17 00:00:00 2001 From: Russell Steinthal Date: Wed, 26 May 1999 15:25:04 +0000 Subject: Added preliminary support for todo item priorities: they can be set, displayed, and used as a sorting criterion. They are enabled/disabled using the properties page, as with due dates. svn path=/trunk/; revision=947 --- calendar/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/main.h') diff --git a/calendar/main.h b/calendar/main.h index 845fae6f35..96ffcaf33d 100644 --- a/calendar/main.h +++ b/calendar/main.h @@ -37,6 +37,7 @@ extern struct color_prop color_props[]; /* todo preferences */ extern int todo_show_due_date; extern int todo_due_date_overdue_highlight; +extern int todo_show_priority; extern char *todo_overdue_font_text; extern struct color_prop todo_overdue_highlight_color; extern gboolean todo_style_changed; -- cgit v1.2.3