diff options
author | Christian Kampka <chris@emerge-life.de> | 2010-03-30 20:23:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 20:23:49 +0800 |
commit | 597aeabb364bc04027209e0a37fae53a7d4208b8 (patch) | |
tree | ae1f57474e525f017bbc83e548cc3d0a9361f59c /data | |
parent | 28e12b663411f992d373bc3a96167b0146760889 (diff) | |
download | gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar.gz gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar.bz2 gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar.lz gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar.xz gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.tar.zst gsoc2013-empathy-597aeabb364bc04027209e0a37fae53a7d4208b8.zip |
add gconf key to disable auto-away (#613603)
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index e151fb5f0..5ed04e757 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -522,6 +522,20 @@ </schema> <schema> + <key>/schemas/apps/empathy/autoaway</key> + <applyto>/apps/empathy/autoaway</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Empathy should auto-away when idle</short> + <long> + Whether Empathy should go into away mode automatically if user is idle. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/empathy/import_asked</key> <applyto>/apps/empathy/import_asked</applyto> <owner>empathy</owner> |