aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-actions.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-18 22:13:06 +0800
committerMilan Crha <mcrha@redhat.com>2011-02-18 22:13:06 +0800
commit1b25ab52f7709a0eae7493fb933fa62376ead288 (patch)
treef952dced3b14b92ad6010bcd41abe82188b48a53 /modules/calendar/e-cal-shell-view-actions.c
parent21147b292a387e18b8598b50f4d78a91d56e5684 (diff)
downloadgsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar.gz
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar.bz2
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar.lz
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar.xz
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.tar.zst
gsoc2013-evolution-1b25ab52f7709a0eae7493fb933fa62376ead288.zip
Bug #639483 - Category list includes weather information
Diffstat (limited to 'modules/calendar/e-cal-shell-view-actions.c')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index 90abf79c3c..5e16b6db5b 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -1858,7 +1858,7 @@ e_cal_shell_view_update_search_filter (ECalShellView *cal_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;