diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-18 07:44:22 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-18 08:39:59 +0800 |
commit | e6c2e5a37c3128351a4e78e0cb27a56b43a0bba1 (patch) | |
tree | 247df8eb954202f019c3507b75edef49315006b8 /calendar | |
parent | 5d4f3f6ddb6d1ced1aed6647195cb6687ddda15f (diff) | |
download | gsoc2013-evolution-e6c2e5a37c3128351a4e78e0cb27a56b43a0bba1.tar.gz gsoc2013-evolution-e6c2e5a37c3128351a4e78e0cb27a56b43a0bba1.tar.zst gsoc2013-evolution-e6c2e5a37c3128351a4e78e0cb27a56b43a0bba1.zip |
Hide the 'Show appointment end times' option when in Express mode
The default is True, and it is perfectly fine - otherwise
you cannot see when appointments are supposed to end.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index 1885a91495..ec2f5a4afa 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -823,7 +823,7 @@ <owner>evolution-calendar</owner> <type>list</type> <list_type>string</list_type> - <default>[label_second_zone,hbox_second_zone,timezone,timezone_label,hbox_use_system_timezone,hbox_time_divisions,month_scroll_by_week]</default> + <default>[label_second_zone,hbox_second_zone,timezone,timezone_label,hbox_use_system_timezone,hbox_time_divisions,show_end_times,month_scroll_by_week]</default> <locale name="C"> <short>List of controls to hide when in Express mode</short> <long> |