[PATCH] Focus the language search input by default (#973967)

David Shea dshea at redhat.com
Mon Feb 24 14:28:34 UTC 2014


---
 pyanaconda/ui/gui/spokes/welcome.glade | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/welcome.glade b/pyanaconda/ui/gui/spokes/welcome.glade
index 0de940c..fbf32c0 100644
--- a/pyanaconda/ui/gui/spokes/welcome.glade
+++ b/pyanaconda/ui/gui/spokes/welcome.glade
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Thu Oct 17 10:59:43 2013 -->
+<!-- Generated with glade 3.16.1 -->
 <interface>
-  <!-- interface-requires gtk+ 3.2 -->
+  <requires lib="gtk+" version="3.2"/>
   <!-- interface-requires AnacondaWidgets 1.0 -->
   <object class="GtkDialog" id="betaWarnDialog">
     <property name="width_request">300</property>
@@ -441,6 +441,7 @@
                       <object class="GtkEntry" id="languageEntry">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
+                        <property name="has_focus">True</property>
                         <property name="valign">start</property>
                         <property name="invisible_char">●</property>
                         <property name="secondary_icon_name">edit-clear-symbolic</property>
-- 
1.8.5.3



More information about the anaconda-patches mailing list