diff options
author | Sandy Armstrong <sanfordarmstrong@gmail.com> | 2010-04-16 03:28:12 +0800 |
---|---|---|
committer | Sandy Armstrong <sanfordarmstrong@gmail.com> | 2010-04-16 06:51:35 +0800 |
commit | e9b64e499fe4abaea723820dcb8b591cf38804a6 (patch) | |
tree | a76949728e860d02ecee5c08062010ac87b39dcb | |
parent | ef31f5027f8ca03b6cc611aa75cc6437b7fec4b4 (diff) | |
download | gsoc2013-evolution-e9b64e499fe4abaea723820dcb8b591cf38804a6.tar.gz gsoc2013-evolution-e9b64e499fe4abaea723820dcb8b591cf38804a6.tar.zst gsoc2013-evolution-e9b64e499fe4abaea723820dcb8b591cf38804a6.zip |
Remove duplicate use_system_timezone pref, set default to true
https://bugzilla.gnome.org/show_bug.cgi?id=615878
-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> |