[evolution-mapi] Bug 592368 - Missing string after format string.



commit 1b7952a7ba7017a99d07d7e464cb2142fc43ef8a
Author: Johnny Jacob <jjohnny novell com>
Date:   Tue Sep 8 11:37:35 2009 +0530

    Bug 592368 - Missing string after format string.

 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 d712af2..04e54cf 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. '%s'"));
+				      _("Offline."));
 		return;
 	}
 



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