[evolution-kolab/ek-wip-porting] CamelKolabIMAPXConnManager: tightened type assertions
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-porting] CamelKolabIMAPXConnManager: tightened type assertions
- Date: Mon, 23 Jan 2012 21:43:28 +0000 (UTC)
commit 9143f64e077e80046216567716054fbffaac4016
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Mon Jan 23 22:30:01 2012 +0100
CamelKolabIMAPXConnManager: tightened type assertions
* in kolab_imapx_conn_manager_update_con_info(),
assert function arg type more precisely
src/camel/camel-kolab-imapx-conn-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-kolab-imapx-conn-manager.c b/src/camel/camel-kolab-imapx-conn-manager.c
index b3d9504..b9ce755 100644
--- a/src/camel/camel-kolab-imapx-conn-manager.c
+++ b/src/camel/camel-kolab-imapx-conn-manager.c
@@ -139,7 +139,7 @@ kolab_imapx_conn_manager_update_con_info (CamelIMAPXConnManager *self,
const gchar *foldername)
{
g_assert (CAMEL_IS_KOLAB_IMAPX_CONN_MANAGER (self));
- g_assert (CAMEL_IS_IMAPX_SERVER (server));
+ g_assert (CAMEL_IS_KOLAB_IMAPX_SERVER (server));
g_assert (foldername != NULL);
camel_imapx_extd_conn_manager_update_con_info (self,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]