diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 11:19:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-12 11:19:03 +0800 |
commit | e68456f60f37d5d6e18fac95a5a9ddea2e9627fa (patch) | |
tree | a45843764cfee8994cf540bf703250120b5e4a9a /modules | |
parent | 5e31896863e915fb2a7f613c029fb91aeaa2e42c (diff) | |
download | gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.gz gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.tar.zst gsoc2013-evolution-e68456f60f37d5d6e18fac95a5a9ddea2e9627fa.zip |
Get the calendar-weather plugin working.
Diffstat (limited to 'modules')
-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 8eb8e14575..bc17a90e9b 100644 --- a/modules/calendar/e-cal-shell-migrate.c +++ b/modules/calendar/e-cal-shell-migrate.c @@ -623,7 +623,7 @@ e_cal_shell_backend_migrate (EShellBackend *shell_backend, ESource *personal_source = NULL; ESourceList *source_list; ECalEvent *ece; - ECalEventTargetModule *target; + ECalEventTargetBackend *target; gboolean retval = FALSE; source_list = g_object_get_data ( |