From f4dc650dceb55c89ca497ab6ffa844daa51a96b4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 30 Mar 2004 23:08:36 +0000 Subject: [ part of the fix for #51977, the other part is in e-d-s ] 2004-03-30 Chris Toshok [ part of the fix for #51977, the other part is in e-d-s ] * gui/widgets/e-addressbook-view.c (search_activated): the name of the category list property has changed from "category" to "category" list in 1.5. track the change here to get category searching working again. svn path=/trunk/; revision=25252 --- addressbook/gui/widgets/e-addressbook-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 0297268f5b..e17e147b9f 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1559,7 +1559,7 @@ search_activated (ESearchBar *esb, EABView *v) } else { master_list = get_master_list (); category_name = e_categories_master_list_nth (master_list, subid); - search_query = g_strdup_printf ("(is \"category\" \"%s\")", category_name); + search_query = g_strdup_printf ("(is \"category_list\" \"%s\")", category_name); } break; default: -- cgit v1.2.3