68 lines
2.5 KiB
Diff
68 lines
2.5 KiB
Diff
diff -up evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in.missing-gconf-schemas evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in
|
|
--- evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in.missing-gconf-schemas 2009-06-26 10:49:50.000000000 -0400
|
|
+++ evolution-2.26.3/calendar/gui/apps_evolution_calendar.schemas.in 2009-07-31 11:58:24.000000000 -0400
|
|
@@ -4,6 +4,17 @@
|
|
<!-- Display -->
|
|
|
|
<schema>
|
|
+ <key>/schemas/apps/evolution/calendar/display/primary_calendar</key>
|
|
+ <applyto>/apps/evolution/calendar/display/primary_calendar</applyto>
|
|
+ <owner>evolution-calendar</owner>
|
|
+ <type>string</type>
|
|
+ <locale name="C">
|
|
+ <short>Primary calendar</short>
|
|
+ <long>URI of the highlighted ("primary") calendar</long>
|
|
+ </locale>
|
|
+ </schema>
|
|
+
|
|
+ <schema>
|
|
<key>/schemas/apps/evolution/calendar/display/timezone</key>
|
|
<applyto>/apps/evolution/calendar/display/timezone</applyto>
|
|
<owner>evolution-calendar</owner>
|
|
@@ -400,9 +411,46 @@
|
|
</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>
|
|
+ <key>/schemas/apps/evolution/calendar/memos/primary_memos</key>
|
|
+ <applyto>/apps/evolution/calendar/memos/primary_memos</applyto>
|
|
+ <owner>evolution-calendar</owner>
|
|
+ <type>string</type>
|
|
+ <locale name="C">
|
|
+ <short>Primary memo list</short>
|
|
+ <long>URI of the highlighted ("primary") memo list</long>
|
|
+ </locale>
|
|
+ </schema>
|
|
+
|
|
<!-- Tasks -->
|
|
|
|
<schema>
|
|
+ <key>/schemas/apps/evolution/calendar/tasks/primary_tasks</key>
|
|
+ <applyto>/apps/evolution/calendar/tasks/primary_tasks</applyto>
|
|
+ <owner>evolution-calendar</owner>
|
|
+ <type>string</type>
|
|
+ <locale name="C">
|
|
+ <short>Primary task list</short>
|
|
+ <long>URI of the highlighted ("primary") task list</long>
|
|
+ </locale>
|
|
+ </schema>
|
|
+
|
|
+ <schema>
|
|
<key>/schemas/apps/evolution/calendar/tasks/hide_completed</key>
|
|
<applyto>/apps/evolution/calendar/tasks/hide_completed</applyto>
|
|
<owner>evolution-calendar</owner>
|