diff options
author | Christian Kampka <chris@emerge-life.de> | 2010-03-30 14:23:49 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-30 14:23:49 +0200 |
commit | 597aeabb364bc04027209e0a37fae53a7d4208b8 (patch) | |
tree | ae1f57474e525f017bbc83e548cc3d0a9361f59c /data | |
parent | 28e12b663411f992d373bc3a96167b0146760889 (diff) |
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 e151fb5f..5ed04e75 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> |