[evolution-kolab/gnome-3-4] Bug #676733 - evolution crashing when creating new email imap folder



commit 47f57dc3bacb02a42335a6dbbfe0c38ae2839e51
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]