[evolution-ews] Note it down, am adding a comment :-)



commit 7c1d37bd81e55e944c69cde3e5772c836f0233ca
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Sat Jul 9 10:31:28 2011 +0530

    Note it down, am adding a comment :-)

 src/addressbook/ews-oab-decoder.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/addressbook/ews-oab-decoder.c b/src/addressbook/ews-oab-decoder.c
index a1a0220..a0d8694 100644
--- a/src/addressbook/ews-oab-decoder.c
+++ b/src/addressbook/ews-oab-decoder.c
@@ -816,6 +816,8 @@ ews_store_oab_props (EwsOabDecoder *eod, GError **error)
 	GString *str = g_string_new (NULL);
 	GSList *l;
 
+	/* Ideally i would liked to store int as int instead of converting to string,
+	   but ebsdb doesn't yet support storing keys as blob */
 	for (l = priv->oab_props; l != NULL; l = g_slist_next (l)) {
 		guint32 prop_id = GPOINTER_TO_UINT (l->data);
 		g_string_append_printf (str, "%"G_GUINT32_FORMAT, prop_id);



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