[network-manager-openconnect] properties: Fix broken 'C' hotkey



commit 7c1257e89a01d5a009843167ab499ebe4193eaf3
Author: Kevin Cernekee <cernekee gmail com>
Date:   Sun Oct 14 18:09:53 2012 -0700

    properties: Fix broken 'C' hotkey
    
    'C' is assigned to both "_Cancel" (from the applet) and "_CA Certificate"
    (from the VPN plugin).  The latter is also missing its mnemonic_widget
    property, resulting in a Gtk-WARNING, but no tangible UI action, when the
    user presses alt-C.
    
    Assign 'E' to "CA C_ertificate" and point it to the CA certificate
    chooser.

 properties/nm-openconnect-dialog.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/properties/nm-openconnect-dialog.ui b/properties/nm-openconnect-dialog.ui
index fce77ba..fd12c17 100644
--- a/properties/nm-openconnect-dialog.ui
+++ b/properties/nm-openconnect-dialog.ui
@@ -210,7 +210,7 @@
                     <child>
                       <object class="GtkLabel" id="label27">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">_CA Certificate:</property>
+                        <property name="label" translatable="yes">CA C_ertificate:</property>
                         <property name="use_underline">True</property>
                         <property name="use_markup">False</property>
                         <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -220,6 +220,7 @@
                         <property name="yalign">0.5</property>
                         <property name="xpad">0</property>
                         <property name="ypad">0</property>
+                        <property name="mnemonic_widget">ca_cert_chooser</property>
                         <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
                         <property name="width_chars">-1</property>
                         <property name="single_line_mode">False</property>



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