diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-22 10:15:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-22 10:15:40 +0800 |
commit | 0f614b2e971aa0f7168b63f335e1c738bf4f9379 (patch) | |
tree | f11955384408c35730103a9fb825891fa615e82e /calendar/module/e-cal-shell-sidebar.c | |
parent | cbaa9eb7432b11d9bd6cb38fe5ef027612720623 (diff) | |
download | gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.gz gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.bz2 gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.lz gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.xz gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.zst gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.zip |
Fix what I assume are some merge errors.
Diffstat (limited to 'calendar/module/e-cal-shell-sidebar.c')
-rw-r--r-- | calendar/module/e-cal-shell-sidebar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/module/e-cal-shell-sidebar.c b/calendar/module/e-cal-shell-sidebar.c index 4c37c8272d..2646836e3e 100644 --- a/calendar/module/e-cal-shell-sidebar.c +++ b/calendar/module/e-cal-shell-sidebar.c @@ -406,7 +406,7 @@ cal_shell_sidebar_constructed (GObject *object) shell_settings = e_shell_get_shell_settings (shell); source_list = e_cal_shell_backend_get_source_list ( - E_CAL_SHELL_BACKEND (shell_view)); + E_CAL_SHELL_BACKEND (shell_backend)); container = GTK_WIDGET (shell_sidebar); |