diff options
Diffstat (limited to 'calendar/main.c')
-rw-r--r-- | calendar/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |