diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-18 22:13:06 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:36 +0800 |
commit | 333ccc8abf033453996e4a7e16712f2fc3b9e05a (patch) | |
tree | 502950095b960e5785405e6fe24033d105ec4a45 /modules/calendar/e-task-shell-view-actions.c | |
parent | cb4f089f51ea643df81930db232fa45f8c32d66b (diff) | |
download | gsoc2013-evolution-333ccc8abf033453996e4a7e16712f2fc3b9e05a.tar.gz gsoc2013-evolution-333ccc8abf033453996e4a7e16712f2fc3b9e05a.tar.zst gsoc2013-evolution-333ccc8abf033453996e4a7e16712f2fc3b9e05a.zip |
Bug #639483 - Category list includes weather information
Diffstat (limited to 'modules/calendar/e-task-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-task-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-task-shell-view-actions.c b/modules/calendar/e-task-shell-view-actions.c index d3531244d9..dce77b0af7 100644 --- a/modules/calendar/e-task-shell-view-actions.c +++ b/modules/calendar/e-task-shell-view-actions.c @@ -1176,7 +1176,7 @@ e_task_shell_view_update_search_filter (ETaskShellView *task_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; |