diff options
Diffstat (limited to 'modules/calendar/e-cal-shell-migrate.c')
-rw-r--r-- | modules/calendar/e-cal-shell-migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-migrate.c b/modules/calendar/e-cal-shell-migrate.c index 9f611f9944..8eb8e14575 100644 --- a/modules/calendar/e-cal-shell-migrate.c +++ b/modules/calendar/e-cal-shell-migrate.c @@ -776,7 +776,7 @@ e_cal_shell_backend_migrate (EShellBackend *shell_backend, */ /* Fire off migration event */ ece = e_cal_event_peek (); - target = e_cal_event_target_new_module (ece, shell_backend, 0); + target = e_cal_event_target_new_module (ece, shell_backend, source_list, 0); e_event_emit ((EEvent *) ece, "module.migration", (EEventTarget *) target); retval = TRUE; |