GNOME Bugzilla – Bug 615878
"Use system timezone" preference is listed twice with different defaults in schemas file
Last modified: 2010-04-15 22:52:12 UTC
In calendar/gui/apps_evolution_calendar.schemas.in, we have: <schema> <key>/schemas/apps/evolution/calendar/display/use_system_timezone</key> <applyto>/apps/evolution/calendar/display/use_system_timezone</applyto> <owner>evolution-calendar</owner> <type>bool</type> <default>true</default> <locale name="C"> <short>Use system timezone</short> <long>Check this to use system timezone in Evolution.</long> </locale> </schema> And further down: <schema> <key>/schemas/apps/evolution/calendar/display/use_system_timezone</key> <applyto>/apps/evolution/calendar/display/use_system_timezone</applyto> <owner>evolution-calendar</owner> <type>bool</type> <default>false</default> <locale name="C"> <short>Use system timezone</short> <long>Use the system timezone instead of the timezone selected in Evolution.</long> </locale> </schema> The latter preference seems to take precedence. I think the default for this setting should be "true" for optimum usability. That being said, I think the second key entry has a better long description.
Created attachment 158834 [details] [review] Remove duplicate use_system_timezone pref, set default to true
Nice catch. Please commit to master and gnome-2-30 branches.
Comment on attachment 158834 [details] [review] Remove duplicate use_system_timezone pref, set default to true Pushed.
Pushed to gnome-2-30, too. Closing bug.