[evolution-kolab/ek-wip-porting-imapx] IMAPX: commented out module_init() function



commit a7abc0ca72208b69827e03259585c38a103e0438
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Wed Dec 7 15:38:49 2011 +0100

    IMAPX: commented out module_init() function
    
    * the lib module_init() function will be the our own,
      instead of the IMAPX one, so deactivating this one
    * our own function will need to init the IMAPX utils

 src/camel/providers/imapx/camel-imapx-provider.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-provider.c b/src/camel/providers/imapx/camel-imapx-provider.c
index f07fadc..f98167a 100644
--- a/src/camel/providers/imapx/camel-imapx-provider.c
+++ b/src/camel/providers/imapx/camel-imapx-provider.c
@@ -119,7 +119,9 @@ CamelServiceAuthType camel_imapx_password_authtype = {
 	TRUE
 };
 
+#if 0
 void camel_imapx_module_init (void);
+#endif
 
 extern void imapx_utils_init (void);
 
@@ -139,11 +141,13 @@ camel_imapx_module_init (void)
 	camel_provider_register (&imapx_provider);
 }
 
+#if 0
 void
 camel_provider_module_init (void)
 {
 	camel_imapx_module_init ();
 }
+#endif
 
 static void
 imapx_add_hash (guint *hash,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]