diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-08-02 00:54:00 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-08-02 00:56:00 +0200 |
commit | c9c82720283f4887012134aaa319cd835936d0c6 (patch) | |
tree | 49cbefc410a2c13e2b37063c4eb82f97a6d4f723 /examples/application8 | |
parent | 33438a3bea553525b5b9cd6b4400624b6adbb0e9 (diff) | |
download | gtk+-c9c82720283f4887012134aaa319cd835936d0c6.tar.gz |
Make examples use search-changed signal
This updates the examples for the new GtkSearchEntry api.
Diffstat (limited to 'examples/application8')
-rw-r--r-- | examples/application8/window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application8/window.ui b/examples/application8/window.ui index 8e70a8f615..96801a80ae 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -56,7 +56,7 @@ <property name="visible">True</property> <child> <object class="GtkSearchEntry" id="searchentry"> - <signal name="changed" handler="search_text_changed"/> + <signal name="search-changed" handler="search_text_changed"/> <property name="visible">True</property> </object> </child> |