[gnome-control-center] privacy: Add link to Location Services privacy policy



commit d14e1b830ad73dc454d7479137fa45ed6595717a
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jan 31 11:40:53 2018 +0100

    privacy: Add link to Location Services privacy policy
    
    Just as available in gnome-initial-setup. Points to
    https://location.services.mozilla.com/privacy
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793032

 panels/privacy/privacy.ui |   41 +++++++++++++++++++++++++++++++----------
 1 files changed, 31 insertions(+), 10 deletions(-)
---
diff --git a/panels/privacy/privacy.ui b/panels/privacy/privacy.ui
index ae0471d..c15b653 100644
--- a/panels/privacy/privacy.ui
+++ b/panels/privacy/privacy.ui
@@ -753,17 +753,38 @@ All the information we collect is made anonymous, and we will never share your d
         <property name="margin">12</property>
         <property name="spacing">2</property>
         <child>
-          <object class="GtkLabel" id="location_description_label">
+          <object class="GtkBox">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="margin_bottom">12</property>
-            <property name="label" translatable="yes">Location services allow applications to know your 
location. Using Wi-Fi and mobile broadband increases accuracy.</property>
-            <property name="wrap">True</property>
-            <property name="max_width_chars">50</property>
-            <property name="xalign">0</property>
-            <style>
-              <class name="dim-label"/>
-            </style>
+            <property name="orientation">vertical</property>
+            <child>
+              <object class="GtkLabel" id="location_description_label">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="margin_bottom">12</property>
+                <property name="label" translatable="yes">Location services allow applications to know your 
location. Using Wi-Fi and mobile broadband increases accuracy.</property>
+                <property name="wrap">True</property>
+                <property name="max_width_chars">50</property>
+                <property name="xalign">0</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+            </child>
+            <child>
+              <object class="GtkLabel" id="location_privacy_policy_label">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="margin_bottom">12</property>
+                <property name="label" translatable="yes">Uses Mozilla Location Service: &lt;a 
href='https://location.services.mozilla.com/privacy'&gt;Privacy Policy&lt;/a&gt;</property>
+                <property name="use-markup">True</property>
+                <property name="wrap">True</property>
+                <property name="max_width_chars">50</property>
+                <property name="xalign">0</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+            </child>
           </object>
           <packing>
             <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]