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

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Feb 24 17:30:42 UTC 2014


Ack.

On Mon, Feb 24, 2014 at 09:28:34AM -0500, David Shea wrote:
> ---
>  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
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list