[evolution-kolab/ek-wip-porting: 3/8] CamelIMAPXExtdStore: updated comment (yes, parent_name may be NULL when creating folders)



commit e07aafb78f8ba5f9c375afd9202c4bc4534575e1
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Fri Aug 31 17:35:28 2012 +0200

    CamelIMAPXExtdStore: updated comment (yes, parent_name may be NULL when creating folders)

 src/libekolab/camel-imapx-extd-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libekolab/camel-imapx-extd-store.c b/src/libekolab/camel-imapx-extd-store.c
index 3ab7c8d..f9e965e 100644
--- a/src/libekolab/camel-imapx-extd-store.c
+++ b/src/libekolab/camel-imapx-extd-store.c
@@ -250,7 +250,7 @@ imapx_extd_store_create_folder_sync (CamelStore *self,
 	CamelFolderInfo *fi = NULL;
 
 	g_assert (CAMEL_IS_IMAPX_EXTD_STORE (self));
-	/* parentname may be NULL */ /* FIXME correct? */
+	/* parentname may be NULL */
 	g_assert (foldername != NULL);
 	/* cancellable may be NULL */
 	g_return_val_if_fail (err == NULL || *err == NULL, NULL);



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