diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-05-30 01:53:38 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:28 +0800 |
commit | c6d064ad5952f233d583ccd420c502b581d57a8c (patch) | |
tree | 43f66e39f2303c645138d461f60677d1ba1988ab /data | |
parent | c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95 (diff) | |
download | gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar.gz gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar.bz2 gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar.lz gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar.xz gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.tar.zst gsoc2013-empathy-c6d064ad5952f233d583ccd420c502b581d57a8c.zip |
Add a Location tab in preferences
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 72 |
1 files changed, 71 insertions, 1 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 62b462fb2..80a1457c7 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -463,5 +463,75 @@ </locale> </schema> - </schemalist> + <schema> + <key>/schemas/apps/empathy/location/publish</key> + <applyto>/apps/empathy/location/publish</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy can publish the user's location</short> + <long> + Whether or not Empathy can publish the user's location to his contacts. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/location/resource_network</key> + <applyto>/apps/empathy/location/resource_network</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Empathy can use the network to guess the location</short> + <long> + Whether or not Empathy can use the network to guess the location. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/location/resource_cell</key> + <applyto>/apps/empathy/location/resource_cell</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Empathy can use the cellular network to guess the location</short> + <long> + Whether or not Empathy can use the cellular network to guess the location. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/location/resource_gps</key> + <applyto>/apps/empathy/location/resource_gps</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy can use the GPS to guess the location</short> + <long> + Whether or not Empathy can use the GPS to guess the location. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/empathy/location/reduce_accuracy</key> + <applyto>/apps/empathy/location/reduce_accuracy</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Empathy should reduce the location's accuracy</short> + <long> + Whether or not Empathy should reduce the location's accuracy for privacy reasons. + </long> + </locale> + </schema> + + </schemalist> </gconfschemafile> |