[evolution-data-server] Fixes bug 506265 (bnc) - do not reset the meeting date to delivered date.



commit 1571cf6f12d042af6c399e36d66eccbb2cae0804
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue May 26 16:20:13 2009 +0530

    Fixes bug 506265 (bnc) - do not reset the meeting date to delivered date.
---
 camel/providers/groupwise/camel-groupwise-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/camel/providers/groupwise/camel-groupwise-folder.c b/camel/providers/groupwise/camel-groupwise-folder.c
index abf2fd6..567dea2 100644
--- a/camel/providers/groupwise/camel-groupwise-folder.c
+++ b/camel/providers/groupwise/camel-groupwise-folder.c
@@ -1513,8 +1513,8 @@ gw_update_cache (CamelFolder *folder, GList *list, CamelException *ex, gboolean
 			mi = (CamelGroupwiseMessageInfo *)pmi;
 		}
 
+		type = e_gw_item_get_item_type (item);
 		if (!exists) {
-			type = e_gw_item_get_item_type (item);
 			if ((type == E_GW_ITEM_TYPE_CONTACT) || (type == E_GW_ITEM_TYPE_UNKNOWN)) {
 				exists = FALSE;
 				continue;



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