diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 4631da23d9..ee761fb755 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -803,7 +803,7 @@ addressbook_search_activated (ESearchBar *esb, AddressbookView *view) } else { master_list = get_master_list (); category_name = e_categories_master_list_nth (master_list, subid); - search_query = g_strdup_printf ("(contains \"category\" \"%s\")", category_name); + search_query = g_strdup_printf ("(is \"category\" \"%s\")", category_name); } break; default: |