summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthasarathi Susarla <sparthasarathi@novell.com>2006-04-20 08:12:17 +0000
committerParthasarathi Susarla <saps@src.gnome.org>2006-04-20 08:12:17 +0000
commit8a1b500e04f83bc5960b961117674d85071b76a5 (patch)
treec3485223d46bda047260e655587d12b90e2e9f3b
parent6a0fde59b3ea6d5bacdcd6eec32056259d87ce54 (diff)
downloadevolution-data-server-8a1b500e04f83bc5960b961117674d85071b76a5.tar.gz
** See bug 167640 on bnc Add space at the end of a string.
2006-04-20 Parthasarathi Susarla <sparthasarathi@novell.com> ** See bug 167640 on bnc * camel-groupwise-store.c: Add space at the end of a string.
-rw-r--r--camel/providers/groupwise/ChangeLog5
-rw-r--r--camel/providers/groupwise/camel-groupwise-store.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/providers/groupwise/ChangeLog b/camel/providers/groupwise/ChangeLog
index ce712deec..e842d4e6c 100644
--- a/camel/providers/groupwise/ChangeLog
+++ b/camel/providers/groupwise/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-20 Parthasarathi Susarla <sparthasarathi@novell.com>
+
+ ** See bug 167640 on bnc
+ * camel-groupwise-store.c: Add space at the end of a string.
+
2006-04-20 Sankar P <psankar@novell.com>
* camel-groupwise-summary.c : (groupwise_summary_clear):
diff --git a/camel/providers/groupwise/camel-groupwise-store.c b/camel/providers/groupwise/camel-groupwise-store.c
index 200ea2482..a9035f609 100644
--- a/camel/providers/groupwise/camel-groupwise-store.c
+++ b/camel/providers/groupwise/camel-groupwise-store.c
@@ -224,7 +224,7 @@ groupwise_auth_loop (CamelService *service, CamelException *ex)
}
if (!E_IS_GW_CONNECTION(priv->cnc)) {
errbuf = g_strdup_printf (_("Unable to authenticate "
- "to GroupWise server."));
+ "to GroupWise server. "));
camel_exception_clear (ex);
} else