aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-04-23 17:44:45 +0800
committerMilan Crha <mcrha@redhat.com>2012-04-23 17:46:05 +0800
commitbf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf (patch)
tree0b1984407c2f046f109c1468f88dd8f933a6587a /data
parent68978b5a021e73f44a05a19b6492469c3da13f79 (diff)
downloadgsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar.gz
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar.bz2
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar.lz
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar.xz
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.tar.zst
gsoc2013-evolution-bf2c718d1f1ecdaf0feec0274c2b12eee57aa6bf.zip
Bug #655753 - Improve offline notification for network outage
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.evolution.shell.gschema.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in
index e5c09799de..9164983d90 100644
--- a/data/org.gnome.evolution.shell.gschema.xml.in
+++ b/data/org.gnome.evolution.shell.gschema.xml.in
@@ -18,7 +18,12 @@
<key name="start-offline" type="b">
<default>false</default>
<_summary>Start in offline mode</_summary>
- <_description> Whether Evolution will start up in offline mode instead of online mode.</_description>
+ <_description>Whether Evolution will start up in offline mode instead of online mode.</_description>
+ </key>
+ <key name="currently-offline" type="b">
+ <default>false</default>
+ <_summary>Current state of offline mode</_summary>
+ <_description>Set to true when evolution is currently in offline mode, false otherwise. This is responding to both user choice of working online/offline and network outages noticed by any network monitoring system.</_description>
</key>
<key name="folder-paths" type="as">
<default>[]</default>