summaryrefslogtreecommitdiffstats
path: root/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c')
-rw-r--r--mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c
index 5cb3c6e73..b4123235e 100644
--- a/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c
+++ b/mail/evolution-mapi/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c
@@ -1,6 +1,6 @@
--- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500
-+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 04:06:21.000000000 -0500
-@@ -696,3 +696,15 @@ exchange_mapi_cal_commit (EPlugin *epl,
++++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500
+@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl,
// Update the folder list in the plugin and ExchangeMAPIFolder
return;
}
@@ -16,3 +16,9 @@
+g_module_unload (gpointer module) {
+ return;
+}
++
++GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin);
++GtkWidget *
++e_plugin_lib_get_configure_widget (EPlugin *plugin) {
++ return NULL;
++}