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
This commit is contained in:
Matthias Clasen 2017-09-02 08:45:51 -04:00
parent 3694104f67
commit d27c552630

View File

@ -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>