From 333ccc8abf033453996e4a7e16712f2fc3b9e05a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 18 Feb 2011 15:13:06 +0100 Subject: Bug #639483 - Category list includes weather information --- modules/addressbook/e-book-shell-view-actions.c | 2 +- modules/addressbook/e-book-shell-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/addressbook') diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c index 7dec37968d..b2c63b872a 100644 --- a/modules/addressbook/e-book-shell-view-actions.c +++ b/modules/addressbook/e-book-shell-view-actions.c @@ -1124,7 +1124,7 @@ e_book_shell_view_update_search_filter (EBookShellView *book_shell_view) /* Build the category actions. */ - list = e_categories_get_list (); + list = e_util_get_searchable_categories (); for (iter = list, ii = 0; iter != NULL; iter = iter->next, ii++) { const gchar *category_name = iter->data; const gchar *filename; diff --git a/modules/addressbook/e-book-shell-view.c b/modules/addressbook/e-book-shell-view.c index 2ac5d98968..8b5d816eaa 100644 --- a/modules/addressbook/e-book-shell-view.c +++ b/modules/addressbook/e-book-shell-view.c @@ -223,7 +223,7 @@ book_shell_view_execute_search (EShellView *shell_view) GList *categories; const gchar *category_name; - categories = e_categories_get_list (); + categories = e_util_get_searchable_categories (); category_name = g_list_nth_data (categories, filter_id); g_list_free (categories); -- cgit