summaryrefslogtreecommitdiff
path: root/examples/application7
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-08-02 00:54:00 +0200
committerMatthias Clasen <mclasen@redhat.com>2013-08-02 00:56:00 +0200
commitc9c82720283f4887012134aaa319cd835936d0c6 (patch)
tree49cbefc410a2c13e2b37063c4eb82f97a6d4f723 /examples/application7
parent33438a3bea553525b5b9cd6b4400624b6adbb0e9 (diff)
downloadgtk+-c9c82720283f4887012134aaa319cd835936d0c6.tar.gz
Make examples use search-changed signal
This updates the examples for the new GtkSearchEntry api.
Diffstat (limited to 'examples/application7')
-rw-r--r--examples/application7/window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application7/window.ui b/examples/application7/window.ui
index feb8fe36c0..ac1760e14c 100644
--- a/examples/application7/window.ui
+++ b/examples/application7/window.ui
@@ -41,7 +41,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>