From 04e7442218bb4d8bcd181520a02dc5d03a8418f4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 21 Sep 2002 07:51:05 +0000 Subject: [ Fixes #30483 ] argh, contains => beginswith. 2002-09-20 Chris Toshok [ Fixes #30483 ] * gui/component/select-names/e-select-names-completion.c (name_style_query): argh, contains => beginswith. svn path=/trunk/; revision=18150 --- addressbook/gui/component/select-names/e-select-names-completion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/select-names/e-select-names-completion.c b/addressbook/gui/component/select-names/e-select-names-completion.c index 2423607847..f905cf872c 100644 --- a/addressbook/gui/component/select-names/e-select-names-completion.c +++ b/addressbook/gui/component/select-names/e-select-names-completion.c @@ -250,7 +250,7 @@ name_style_query (ESelectNamesCompletion *comp, const gchar *field) ++count; g_strstrip (strv[i]); old = strv[i]; - strv[i] = g_strdup_printf ("(contains \"%s\" \"%s\")", field, old); + strv[i] = g_strdup_printf ("(beginswith \"%s\" \"%s\")", field, old); g_free (old); } -- cgit v1.2.3