diff options
author | Milan Crha <mcrha@redhat.com> | 2012-04-25 22:45:07 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-04-25 22:45:07 +0800 |
commit | 1a3913d55151704d7bf84511afdd83330e4daecc (patch) | |
tree | 8b3f9323b0de6c7d36bbf1e1cafcea3be7c88653 /data | |
parent | 32d93d628ef417eb6ea088260fffe94c900f6dc5 (diff) | |
download | gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.tar.gz gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.tar.zst gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.zip |
Remove "currently-offline" key from GSettings added for bug #655753
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.shell.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in index 9164983d90..af6efd7d38 100644 --- a/data/org.gnome.evolution.shell.gschema.xml.in +++ b/data/org.gnome.evolution.shell.gschema.xml.in @@ -20,11 +20,6 @@ <_summary>Start in offline mode</_summary> <_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> <_summary>Offline folder paths</_summary> |