[evolution-patches] Compile error in IMAP Camel provider (gnome-2-12 branch)



Hi,

The following patch should fix it. May I commit?

Best regards, 
  jules


Index: camel-imap-store.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-store.c,v
retrieving revision 1.330.2.2
diff -u -r1.330.2.2 camel-imap-store.c
--- camel-imap-store.c	10 Jan 2006 08:10:48 -0000	1.330.2.2
+++ camel-imap-store.c	16 Jan 2006 11:33:33 -0000
@@ -178,7 +178,7 @@
 camel_imap_store_finalize (CamelObject *object)
 {
 	CamelImapStore *imap_store = CAMEL_IMAP_STORE (object);
-	CamelDiscoStore *disco = CAMEL_DISCO_STORE (service);
+	CamelDiscoStore *disco = CAMEL_DISCO_STORE (object);
 
 	/* This frees current_folder, folders, authtypes, streams, and namespace. */
 	camel_service_disconnect((CamelService *)imap_store, TRUE, NULL);





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