[gnome-initial-setup] summary: Make the button keyboard navigable



commit a4463b662ea68f259bcbce321095924f22174341
Author: Rui Matos <tiagomatos gmail com>
Date:   Sun Jun 16 16:47:18 2013 +0200

    summary: Make the button keyboard navigable
    
    Although the button is keyboard activatable through the mnemonic,
    since those are not shown by default, users might miss it and have no
    other way to activate it using only the keyboard.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702397

 .../pages/summary/gis-summary-page.ui              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/summary/gis-summary-page.ui 
b/gnome-initial-setup/pages/summary/gis-summary-page.ui
index 5c6777d..609ad87 100644
--- a/gnome-initial-setup/pages/summary/gis-summary-page.ui
+++ b/gnome-initial-setup/pages/summary/gis-summary-page.ui
@@ -40,7 +40,7 @@
     <child>
       <object class="GtkButton" id="summary-start-button">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can_focus">True</property>
         <property name="receives_default">False</property>
         <property name="halign">center</property>
         <property name="valign">start</property>


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