forked from AuroraMiddleware/gtk
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:
parent
3694104f67
commit
d27c552630
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user