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 /plugins/google-account-setup | |
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 'plugins/google-account-setup')
-rw-r--r-- | plugins/google-account-setup/google-source.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index 8867cf3b61..aea49fa722 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -62,7 +62,7 @@ /* prototypes */ gint e_plugin_lib_enable (EPluginLib *ep, gint enable); GtkWidget *plugin_google (EPlugin *epl, EConfigHookItemFactoryData *data); -void e_calendar_google_migrate (EPlugin *epl, ECalEventTargetModule *data); +void e_calendar_google_migrate (EPlugin *epl, ECalEventTargetBackend *data); /*****************************************************************************/ /* plugin intialization */ @@ -784,7 +784,7 @@ plugin_google (EPlugin *epl, } void -e_calendar_google_migrate (EPlugin *epl, ECalEventTargetModule *data) +e_calendar_google_migrate (EPlugin *epl, ECalEventTargetBackend *data) { ESourceList *source_list; ESourceGroup *google = NULL; |