diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-03 23:35:02 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:21 +0800 |
commit | d0fcf91106376d94ae97e039cdd1c35d141a6a9b (patch) | |
tree | d81105719fc531b0927a5e883ab7841324496fa2 /modules | |
parent | a79fc9ee8cfee79b61e22d8267b233bc2499e3f9 (diff) | |
download | gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar.gz gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar.bz2 gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar.lz gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar.xz gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.tar.zst gsoc2013-evolution-d0fcf91106376d94ae97e039cdd1c35d141a6a9b.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"); |