[evolution-mapi] BUG 593611 - Fixed build break
- From: Akhil Laddha <lakhil src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-mapi] BUG 593611 - Fixed build break
- Date: Mon, 31 Aug 2009 06:07:23 +0000 (UTC)
commit dc1660ffbbce8bc5c0eb591dc87ed830cce5dda8
Author: Bharath Acharya <abharath novell com>
Date: Mon Aug 31 11:38:58 2009 +0530
BUG 593611 - Fixed build break
.../exchange-mapi-account-setup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-mapi-account-setup.c b/src/account-setup-eplugin/exchange-mapi-account-setup.c
index 3f7649a..810b1fc 100644
--- a/src/account-setup-eplugin/exchange-mapi-account-setup.c
+++ b/src/account-setup-eplugin/exchange-mapi-account-setup.c
@@ -50,7 +50,7 @@
#define d(x) x
-int e_plugin_lib_enable (EPluginLib *ep, int enable);
+int e_plugin_lib_enable (EPlugin *ep, int enable);
/* Account Setup */
GtkWidget *org_gnome_exchange_mapi_account_setup (EPlugin *epl, EConfigHookItemFactoryData *data);
@@ -77,7 +77,7 @@ free_mapi_listener ( void )
}
int
-e_plugin_lib_enable (EPluginLib *ep, int enable)
+e_plugin_lib_enable (EPlugin *ep, int enable)
{
g_debug ("Loading Exchange MAPI Plugin \n");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]