aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-view.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-03-31 07:08:36 +0800
committerChris Toshok <toshok@src.gnome.org>2004-03-31 07:08:36 +0800
commitf4dc650dceb55c89ca497ab6ffa844daa51a96b4 (patch)
treeb0ac62ebc734261eab3a65286b900741059d22b8 /addressbook/gui/widgets/e-addressbook-view.c
parent5482126d24861f1236c687cac5e8dc0240a2d28f (diff)
downloadgsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar.gz
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar.bz2
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar.lz
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar.xz
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.tar.zst
gsoc2013-evolution-f4dc650dceb55c89ca497ab6ffa844daa51a96b4.zip
[ part of the fix for #51977, the other part is in e-d-s ]
2004-03-30 Chris Toshok <toshok@ximian.com> [ 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
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.c')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
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: