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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/main.c') diff --git a/calendar/main.c b/calendar/main.c index 770608743a..dd26a87c87 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -148,6 +148,7 @@ init_calendar (void) todo_current_sort_type = gnome_config_get_int("/calendar/Todo/sort_type"); + todo_show_priority = gnome_config_get_bool("/calendar/Todo/show_priority"); /* Done */ -- cgit v1.2.3