[gedit] GtkSearchEntry has focus on opening the highlight mode widget



commit d8d5fb0dcaa7680f423c6ca460f38e11bb243b7c
Author: Willian Gustavo Veiga <contact willianveiga com>
Date:   Sat May 31 15:36:27 2014 -0300

    GtkSearchEntry has focus on opening the highlight mode widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731053

 gedit/gedit-highlight-mode-selector.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-highlight-mode-selector.ui b/gedit/gedit-highlight-mode-selector.ui
index 5488ae7..bcb5515 100644
--- a/gedit/gedit-highlight-mode-selector.ui
+++ b/gedit/gedit-highlight-mode-selector.ui
@@ -25,7 +25,7 @@
       <object class="GtkSearchEntry" id="entry">
         <property name="visible">True</property>
         <property name="can_focus">True</property>
-        <property name="has_focus">False</property>
+        <property name="has_focus">True</property>
         <property name="is_focus">False</property>
         <property name="activates_default">True</property>
         <property name="placeholder_text" translatable="yes">Search highlight mode...</property>


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