[Pkg-privacy-commits] [tails-installer] 38/70: Implements feature 9005: Add another help button with an Icon and point to a better web page.

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Nov 20 14:54:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.

commit 59bc094e931332da0ace406228c9acc70ba56187
Author: Tails Developers <tails at boum.org>
Date:   Thu Nov 24 18:57:39 2016 +0100

    Implements feature 9005: Add another help button with an Icon and
    point to a better web page.
---
 data/tails-installer.ui | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/data/tails-installer.ui b/data/tails-installer.ui
index 853caa2..d626e27 100644
--- a/data/tails-installer.ui
+++ b/data/tails-installer.ui
@@ -7,6 +7,11 @@
     <property name="can_focus">False</property>
     <property name="icon_name">next</property>
   </object>
+  <object class="GtkImage" id="image_question">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="icon_name">gtk-dialog-question</property>
+  </object>
   <object class="GtkListStore" id="liststore_source_dl">
     <columns>
       <!-- column-name name -->
@@ -129,7 +134,7 @@
         <property name="visible">True</property>
         <property name="margin_right">18</property>
         <property name="xalign">1</property>
-        <property name="uri">https://tails.boum.org/install/index.en.html</property>
+        <property name="uri">https://tails.boum.org/install/os/index.en.html</property>
       </object>
       <packing>
         <property name="expand">False</property>
@@ -190,6 +195,20 @@
                    </packing>
                  </child>
                  <child>
+                   <object class="GtkLinkButton" id="help_install_link_question">
+                     <property name="label"></property>
+                     <property name="always_show_image">True</property>
+                     <property name="visible">True</property>
+                     <property name="image">image_question</property>
+                     <property name="uri">https://tails.boum.org/install/os/index.en.html</property>
+                   </object>
+                 <packing>
+                   <property name="expand">False</property>
+                   <property name="fill">True</property>
+                   <property name="position">1</property>
+                 </packing>
+                 </child>
+                 <child>
                    <object class="GtkFileChooserButton" id="filechooserbutton_source_file">
                      <property name="visible">True</property>
                      <property name="sensitive">True</property>
@@ -199,7 +218,7 @@
                    <packing>
                      <property name="expand">False</property>
                      <property name="fill">True</property>
-                     <property name="position">1</property>
+                     <property name="position">2</property>
                    </packing>
                  </child>
                </object>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list