diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 23:35:02 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-03 23:35:02 +0800 |
commit | bad8aff04f274c58c584bd5f7e8a396918aa9fb4 (patch) | |
tree | 5f6ce51b7135bb15fbf3806585592b61877f1045 /modules | |
parent | 7ce11c62eae2c3b27cb8d2c00c00f9d2a50ac560 (diff) | |
download | gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar.gz gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar.bz2 gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar.lz gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar.xz gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.tar.zst gsoc2013-evolution-bad8aff04f274c58c584bd5f7e8a396918aa9fb4.zip |
Bug #612181 - Show recurring events in italic in date navigator
Diffstat (limited to 'modules')
-rw-r--r-- | modules/calendar/e-cal-shell-settings.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c index 0ab35ebfee..524157c5a9 100644 --- a/modules/calendar/e-cal-shell-settings.c +++ b/modules/calendar/e-cal-shell-settings.c @@ -551,6 +551,10 @@ e_cal_shell_backend_init_settings (EShell *shell) "/apps/evolution/calendar/tasks/primary_tasks"); e_shell_settings_install_property_for_key ( + "cal-recur-events-italic", + "/apps/evolution/calendar/display/recur_events_italic"); + + e_shell_settings_install_property_for_key ( "cal-show-event-end-times", "/apps/evolution/calendar/display/show_event_end"); |