aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-01 17:06:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-01 17:48:49 +0800
commitdb6773ebf31853608353b1bb156156879b303569 (patch)
treef5f14546828f7ffdf42a11fc40a34f1e05ac437c /libempathy-gtk/empathy-individual-view.c
parentcc6c2b5423c3a1906b5f484c157bc67dd9ee9d86 (diff)
downloadgsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.gz
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.bz2
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.lz
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.xz
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.zst
gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.zip
allow user to search for contacts using their full identifier
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.c')
-rw-r--r--libempathy-gtk/empathy-individual-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index 72e64cf7d..c467e9091 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -1728,7 +1728,8 @@ individual_view_is_visible_individual (EmpathyIndividualView *self,
return (priv->show_offline || is_online);
}
- return empathy_individual_match_words (individual,
+ return empathy_individual_match_string (individual,
+ empathy_live_search_get_text (live),
empathy_live_search_get_words (live));
}