aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-21 10:32:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-21 10:33:19 +0800
commit28de5cf05a31122a72c4c4fe49d958f8ba952c1f (patch)
tree4b1ddeebeae34a02d36488a51c5eb5e16240773a /modules/calendar/e-cal-shell-view-private.c
parent5606859f3adc9c8b5b3180cd2711948ef413033a (diff)
downloadgsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.gz
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.bz2
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.lz
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.xz
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.tar.zst
gsoc2013-evolution-28de5cf05a31122a72c4c4fe49d958f8ba952c1f.zip
Bug 595119 - Crash while trying to add a new category in contact
Diffstat (limited to 'modules/calendar/e-cal-shell-view-private.c')
-rw-r--r--modules/calendar/e-cal-shell-view-private.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index d88c148bca..98aacb9db7 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -528,8 +528,8 @@ e_cal_shell_view_private_constructed (ECalShellView *cal_shell_view)
G_CALLBACK (e_cal_shell_view_taskpad_actions_update),
cal_shell_view);
- e_categories_register_change_listener (
- G_CALLBACK (e_cal_shell_view_update_search_filter),
+ e_categories_add_change_hook (
+ (GHookFunc) e_cal_shell_view_update_search_filter,
cal_shell_view);
e_cal_shell_view_actions_init (cal_shell_view);