[evolution-kolab] Bug #676733 - evolution crashing when creating new email imap folder



commit 919fe8af6f30f816a49f800724f58cd0c4d1f9b0
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu May 24 15:40:51 2012 +0200

    Bug #676733 - evolution crashing when creating new email imap folder
    
    * fixed wrong object type assertion in
      CamelKolabIMAPXStore

 src/camel/camel-kolab-imapx-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-kolab-imapx-store.c b/src/camel/camel-kolab-imapx-store.c
index e35cf1e..91d8d5b 100644
--- a/src/camel/camel-kolab-imapx-store.c
+++ b/src/camel/camel-kolab-imapx-store.c
@@ -459,7 +459,7 @@ imapx_store_set_foldertype (CamelKolabIMAPXStore *self,
 	gboolean db_ok = FALSE;
 	GError *tmp_err = NULL;
 
-	g_assert (CAMEL_IS_KOLAB_IMAPX_SERVER (self));
+	g_assert (CAMEL_IS_KOLAB_IMAPX_STORE (self));
 	g_assert (foldername != NULL);
 	/* cancellable may be NULL */
 	g_return_val_if_fail (err == NULL || *err == NULL, FALSE);



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