diff options
author | Sandy Armstrong <sanfordarmstrong@gmail.com> | 2010-04-16 03:28:12 +0800 |
---|---|---|
committer | Sandy Armstrong <sanfordarmstrong@gmail.com> | 2010-04-16 03:28:41 +0800 |
commit | 7793a363608f4c1c68bff611b8b8fa37e4a14705 (patch) | |
tree | 085a11e00e0bcb2a845556876e940e343ea6ced2 /calendar/gui | |
parent | 140341c97f6a0b8f8bc848b2e74718f498d5467a (diff) | |
download | gsoc2013-evolution-7793a363608f4c1c68bff611b8b8fa37e4a14705.tar.gz gsoc2013-evolution-7793a363608f4c1c68bff611b8b8fa37e4a14705.tar.zst gsoc2013-evolution-7793a363608f4c1c68bff611b8b8fa37e4a14705.zip |
Remove duplicate use_system_timezone pref, set default to true
https://bugzilla.gnome.org/show_bug.cgi?id=615878
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in index b232c60cce..38d5525b24 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in @@ -34,7 +34,8 @@ <default>true</default> <locale name="C"> <short>Use system timezone</short> - <long>Check this to use system timezone in Evolution.</long> + <long>Use the system timezone instead of the timezone selected + in Evolution.</long> </locale> </schema> @@ -502,19 +503,6 @@ </locale> </schema> - <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> - <!-- Memos --> <schema> |