[evolution-mapi] Revert BUG# 592368 Fix



commit f11ab592830b2be944875c9c719fc14ca94095e5
Author: Akhil Laddha <lakhil novell com>
Date:   Mon Aug 31 15:29:00 2009 +0530

    Revert BUG# 592368 Fix

 src/camel/camel-mapi-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-folder.c b/src/camel/camel-mapi-folder.c
index 04e54cf..d712af2 100644
--- a/src/camel/camel-mapi-folder.c
+++ b/src/camel/camel-mapi-folder.c
@@ -1968,7 +1968,7 @@ mapi_append_message (CamelFolder *folder, CamelMimeMessage *message,
 
 	if (offline->state == CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL) {
 		camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, 
-				      _("Offline."));
+				 _("Offline. '%s'"));
 		return;
 	}
 



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