[gnome-keysign: 7/10] receive: show link to documentation rather than a button



commit 5a2990fbc3a97da56dfbec3c1f99a7ce8503e19c
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Fri May 10 11:29:33 2019 +0200

    receive: show link to documentation rather than a button

 keysign/keyconfirm.py |  1 -
 keysign/receive.ui    | 19 +++----------------
 2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/keysign/keyconfirm.py b/keysign/keyconfirm.py
index ddb385e..e0b9bcf 100755
--- a/keysign/keyconfirm.py
+++ b/keysign/keyconfirm.py
@@ -136,7 +136,6 @@ class PreSignWidget(Gtk.VBox):
         self.infobar_success = builder.get_object('infobar_certifications_produced')
         self.infobar_save_as_button = builder.get_object('btn_local_import_save_as')
         self.infobar_import_button = builder.get_object('btn_local_import')
-        self.infobar_help_button = builder.get_object('btn_local_import_help')
 
 
     def on_confirm_button_clicked(self, buttonObject, *args):
diff --git a/keysign/receive.ui b/keysign/receive.ui
index c89f49b..0213655 100644
--- a/keysign/receive.ui
+++ b/keysign/receive.ui
@@ -383,21 +383,7 @@ For more information visit &lt;a href="https://wiki.gnome.org/Apps/Keysign/Doc/N
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkButton" id="btn_local_import_help">
-                    <property name="label">gtk-help</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">True</property>
-                    <property name="tooltip_text" translatable="yes">Opens the documentation for the local 
temporary signature feature</property>
-                    <property name="use_stock">True</property>
-                    <property name="image_position">right</property>
-                    <property name="always_show_image">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">True</property>
-                    <property name="fill">True</property>
-                    <property name="position">3</property>
-                  </packing>
+                  <placeholder/>
                 </child>
               </object>
               <packing>
@@ -415,7 +401,8 @@ For more information visit &lt;a href="https://wiki.gnome.org/Apps/Keysign/Doc/N
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Successfully produced certifications.
-You can import a temporary signature to start using the key as if it had already been properly 
verified.</property>
+You can import a temporary signature to start using the key as if it had already been properly verified.
+For more information visit &lt;a href="https://wiki.gnome.org/Apps/Keysign/Doc/ProducedSignatures/1"&gt;the 
documentation&lt;/a&gt;.</property>
                     <property name="use_markup">True</property>
                   </object>
                   <packing>


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