[gnome-maps] data: Correct default value of a key
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] data: Correct default value of a key
- Date: Mon, 16 Sep 2013 15:33:50 +0000 (UTC)
commit fb960c6b4085ced3eb870956a3508e019aa52154
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Sep 16 18:31:40 2013 +0300
data: Correct default value of a key
We were assigning the default value of 'true' to 'User set last known
location' key, which meant that Maps did not find user's location at
first time launch and placed him/her in New York.
data/org.gnome.maps.gschema.xml.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.maps.gschema.xml.in b/data/org.gnome.maps.gschema.xml.in
index 339d74c..87e0895 100644
--- a/data/org.gnome.maps.gschema.xml.in
+++ b/data/org.gnome.maps.gschema.xml.in
@@ -31,7 +31,7 @@
<_description>Maximum number of search results from geocode search.</_description>
</key>
<key name="last-location-user-set" type="b">
- <default>true</default>
+ <default>false</default>
<_summary>User set last known location</_summary>
<_description>Last known location was set manually by user.</_description>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]