summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-12 16:49:28 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-12 16:49:28 +0100
commitee91a316bb3ebd3cd44ffa3f0b0eb0201186ebdc (patch)
treed3c4b897c213df690f7e0568f6e406be750922ff /data
parenta842f12d9a8b2533a5450d106faeff67634cf361 (diff)
downloadgnome-contacts-ee91a316bb3ebd3cd44ffa3f0b0eb0201186ebdc.tar.gz
ListPane: use the search_changed signal.
Rather than using the changed signal with its own timeout.
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-list-pane.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-list-pane.ui b/data/ui/contacts-list-pane.ui
index 9b79537..e5c3af3 100644
--- a/data/ui/contacts-list-pane.ui
+++ b/data/ui/contacts-list-pane.ui
@@ -31,7 +31,7 @@
<property name="primary_icon_activatable">False</property>
<property name="primary_icon_sensitive">False</property>
<property name="placeholder_text" translatable="yes">Type to search</property>
- <signal name="changed" handler="filter_entry_changed" object="ContactsListPane" after="no" swapped="no"/>
+ <signal name="search_changed" handler="filter_entry_changed" object="ContactsListPane" after="no" swapped="no"/>
</object>
</child>
</object>