diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 23:37:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 23:37:59 +0800 |
commit | 2febb125d6abd0e9f485a13ae99281112a97416a (patch) | |
tree | 76b35f9cbfde9127f1e7301d236fcea962c9d8ef /modules | |
parent | 9199f2c5b1925b6d1092738bf1a1c026e53d37f0 (diff) | |
download | gsoc2013-evolution-2febb125d6abd0e9f485a13ae99281112a97416a.tar.gz gsoc2013-evolution-2febb125d6abd0e9f485a13ae99281112a97416a.tar.zst gsoc2013-evolution-2febb125d6abd0e9f485a13ae99281112a97416a.zip |
Get the backup-restore plugin working.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/calendar/e-cal-shell-view-private.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c index 49c07ca70f..063e7461ed 100644 --- a/modules/calendar/e-cal-shell-view-private.c +++ b/modules/calendar/e-cal-shell-view-private.c @@ -656,7 +656,6 @@ e_cal_shell_view_set_status_message (ECalShellView *cal_shell_view, void e_cal_shell_view_update_sidebar (ECalShellView *cal_shell_view) { -#if 0 /* KILL-BONOBO */ EShellView *shell_view; EShellSidebar *shell_sidebar; GnomeCalendar *calendar; @@ -777,7 +776,6 @@ e_cal_shell_view_update_sidebar (ECalShellView *cal_shell_view) } e_shell_sidebar_set_secondary_text (shell_sidebar, buffer); -#endif } void |