[evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: fixed typo (build fix)
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: fixed typo (build fix)
- Date: Mon, 16 Jan 2012 11:17:38 +0000 (UTC)
commit e63f8b1512767296b661c082954f9d787c28b7ca
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Mon Jan 16 12:10:11 2012 +0100
CamelIMAPXExtdServer: fixed typo (build fix)
* fixed typo in call to CAMEL_FOLDER()
type conversion macro call
.../providers/imapx/camel-imapx-extd-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/providers/imapx/camel-imapx-extd-server.c b/src/camel/providers/imapx/camel-imapx-extd-server.c
index 69dab25..e5702a7 100644
--- a/src/camel/providers/imapx/camel-imapx-extd-server.c
+++ b/src/camel/providers/imapx/camel-imapx-extd-server.c
@@ -165,7 +165,7 @@ imapx_extd_server_refresh_info (CamelIMAPXServer *self,
gboolean ok = FALSE;
g_assert (CAMEL_IS_IMAPX_EXTD_SERVER (self));
- g_assert (CAMEL_IS__FOLDER (folder));
+ g_assert (CAMEL_IS_FOLDER (folder));
/* 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]