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