diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-18 07:39:17 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-18 08:39:59 +0800 |
commit | 6f866d3bbc1f3a3d0a3bfa9b594517d16b3a9562 (patch) | |
tree | 49c6e8cac600c0f5b67a40666983a8728cf39312 /calendar/gui | |
parent | b7d011a1c12bf805c3e902a96017dbfd96052973 (diff) | |
download | gsoc2013-evolution-6f866d3bbc1f3a3d0a3bfa9b594517d16b3a9562.tar.gz gsoc2013-evolution-6f866d3bbc1f3a3d0a3bfa9b594517d16b3a9562.tar.zst gsoc2013-evolution-6f866d3bbc1f3a3d0a3bfa9b594517d16b3a9562.zip |
Hide the 'Scroll month view by a week' option when in Express mode
And make it default to True. Time is continuous, and month view is
much better if it behaves continuously.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index c0c40ffadf..ccec118c1e 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -694,7 +694,7 @@ <applyto>/apps/evolution/calendar/display/month_scroll_by_week</applyto> <owner>evolution-calendar</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>Scroll Month View by a week</short> <long>Whether to scroll a Month View by a week, not by a month.</long> @@ -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]</default> + <default>[label_second_zone,hbox_second_zone,timezone,timezone_label,hbox_use_system_timezone,month_scroll_by_week]</default> <locale name="C"> <short>List of controls to hide when in Express mode</short> <long> |