[gnome-calendar] app: settings gained "disabled-sources" key
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] app: settings gained "disabled-sources" key
- Date: Mon, 22 Dec 2014 13:42:27 +0000 (UTC)
commit c28e345b5bfa3c2614b938418ad729743a64d8fc
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Sun Dec 21 13:04:56 2014 -0500
app: settings gained "disabled-sources" key
This key will keep a list of the uid of the sources marked as disabled
in the interface in order to keep the same state between runs of the application
data/org.gnome.calendar.gschema.xml.in | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.calendar.gschema.xml.in b/data/org.gnome.calendar.gschema.xml.in
index 2e9517c..fb0aef8 100644
--- a/data/org.gnome.calendar.gschema.xml.in
+++ b/data/org.gnome.calendar.gschema.xml.in
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-calendar">
<schema id="org.gnome.calendar" path="/org/gnome/calendar/">
<key name="window-maximized" type="b">
@@ -20,5 +21,10 @@
<_summary>Type of the active view</_summary>
<_description>Type of the active window view, default value is: monthly view</_description>
</key>
+ <key name="disabled-sources" type="as">
+ <default>[]</default>
+ <_summary>List of the disabled sources</_summary>
+ <_description>Sources disabled last time Calendar ran</_description>
+ </key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]