[gtk+] emoji chooser: No emoji in the search entry



commit d27c552630323af5cc2b5100ffff3a0e21000ef3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 2 08:45:51 2017 -0400

    emoji chooser: No emoji in the search entry
    
    Recursion is fun, but better avoided in the ui.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786960

 gtk/ui/gtkemojichooser.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkemojichooser.ui b/gtk/ui/gtkemojichooser.ui
index cbf851b..8533fe0 100644
--- a/gtk/ui/gtkemojichooser.ui
+++ b/gtk/ui/gtkemojichooser.ui
@@ -10,6 +10,7 @@
         <property name="orientation">vertical</property>
         <child>
           <object class="GtkSearchEntry" id="search_entry">
+            <property name="input-hints">no-emoji</property>
             <signal name="search-changed" handler="search_changed"/>
           </object>
         </child>


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