diff options
Diffstat (limited to 'applets/clock/org.mate.panel.applet.clock.gschema.xml.in')
-rw-r--r-- | applets/clock/org.mate.panel.applet.clock.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applets/clock/org.mate.panel.applet.clock.gschema.xml.in b/applets/clock/org.mate.panel.applet.clock.gschema.xml.in index ee1b6902..ad822e46 100644 --- a/applets/clock/org.mate.panel.applet.clock.gschema.xml.in +++ b/applets/clock/org.mate.panel.applet.clock.gschema.xml.in @@ -84,5 +84,15 @@ <summary>Speed unit</summary> <description>The unit to use when showing wind speed.</description> </key> + <key name="show-calendar-events" type="b"> + <default>true</default> + <summary>Show calendar events</summary> + <description>If true, display calendar events from Evolution in the calendar window.</description> + </key> + <key name="show-tasks" type="b"> + <default>false</default> + <summary>Show tasks</summary> + <description>If true, display tasks from Evolution in the calendar window.</description> + </key> </schema> </schemalist> |