diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-02 20:45:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-03 18:11:42 +0800 |
commit | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 (patch) | |
tree | 5b554cd030ea7a354ac7307159b9d33aa9804399 /data | |
parent | f6f6c6421e0e286db920d3e01fa64cc3ebe4f4df (diff) | |
download | gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.gz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.bz2 gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.lz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.xz gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.tar.zst gsoc2013-empathy-32529f49e3935b5f4fd747fcfe2d62322f86ec52.zip |
preferences: remove location sources preferences
Not used anymore with Geoclue 2.
https://bugzilla.gnome.org/show_bug.cgi?id=706627
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.convert | 3 | ||||
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/data/empathy.convert b/data/empathy.convert index eabc9e488..e1e2ac299 100644 --- a/data/empathy.convert +++ b/data/empathy.convert @@ -54,8 +54,5 @@ close-main-window = /apps/empathy/hints/close_main_window [org.gnome.Empathy.location] publish = /apps/empathy/location/publish -resource-network = /apps/empathy/location/resource_network -resource-cell = /apps/empathy/location/resource_cell -resource-gps = /apps/empathy/location/resource_gps reduce-accuracy = /apps/empathy/location/reduce_accuracy diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml index 9267cf848..f695431af 100644 --- a/data/org.gnome.Empathy.gschema.xml +++ b/data/org.gnome.Empathy.gschema.xml @@ -256,21 +256,6 @@ present them to the user immediately.</description> <summary>Empathy can publish the user's location</summary> <description>Whether Empathy can publish the user's location to their contacts.</description> </key> - <key name="resource-network" type="b"> - <default>true</default> - <summary>Empathy can use the network to guess the location</summary> - <description>Whether Empathy can use the network to guess the location.</description> - </key> - <key name="resource-cell" type="b"> - <default>true</default> - <summary>Empathy can use the cellular network to guess the location</summary> - <description>Whether Empathy can use the cellular network to guess the location.</description> - </key> - <key name="resource-gps" type="b"> - <default>false</default> - <summary>Empathy can use the GPS to guess the location</summary> - <description>Whether Empathy can use the GPS to guess the location.</description> - </key> <key name="reduce-accuracy" type="b"> <default>true</default> <summary>Empathy should reduce the location's accuracy</summary> |