diff options
Diffstat (limited to 'calendar/gui/e-cal-shell-view.c')
-rw-r--r-- | calendar/gui/e-cal-shell-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-shell-view.c b/calendar/gui/e-cal-shell-view.c index a1e21ab36f..7d7ebd009c 100644 --- a/calendar/gui/e-cal-shell-view.c +++ b/calendar/gui/e-cal-shell-view.c @@ -107,6 +107,7 @@ cal_shell_view_class_init (ECalShellView *class, shell_view_class->icon_name = "evolution-cals"; shell_view_class->type_module = type_module; shell_view_class->changed = cal_shell_view_changed; + shell_view_class->new_shell_sidebar = e_cal_shell_sidebar_new; g_object_class_install_property ( object_class, |