dropdown: Connect a forgotten signal handler

The code was exporting a search_stop function, but
the ui file didn't connect it to the ::stop-search
signal. Fix that.
This commit is contained in:
Matthias Clasen 2020-06-05 14:26:30 -04:00
parent ed1872f0a8
commit 985b5a052e

View File

@ -52,6 +52,7 @@
<child>
<object class="GtkSearchEntry" id="search_entry">
<signal name="search-changed" handler="search_changed"/>
<signal name="stop-search" handler="search_stop"/>
<property name="visible">0</property>
<property name="placeholder-text" translatable="yes">Search…</property>
</object>