diff options
author | Russell Steinthal <steintr@src.gnome.org> | 1999-05-26 23:25:04 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-05-26 23:25:04 +0800 |
commit | fa1d50623855f58ed95fba1f468d872a9e84e4d2 (patch) | |
tree | c3782dd9cba1b6c80ca628c197b9d97f738a74b9 /calendar/main.c | |
parent | 41d177fd10dbf546270c3289452abe0f3f400562 (diff) | |
download | gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar.gz gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar.bz2 gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar.lz gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar.xz gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.tar.zst gsoc2013-evolution-fa1d50623855f58ed95fba1f468d872a9e84e4d2.zip |
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
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 */ |