[evolution-patches] fix for bug #65828 (type-o)



http://bugzilla.ximian.com/show_bug.cgi?id=65828

Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com  - www.novell.com
? 24026.patch
? 62136.patch
? 62771-camel.patch
? 63504.patch
? 65828.patch
? body
? body.c
? body.txt
? body2.txt
? build.patch
? charset-map.c
? charset-map.diff
? class.sh
? cmsutil.c
? courier-sucks.patch
? date.patch
? flags
? foo
? foo.txt
? foo2.txt
? gw-body.txt
? iso
? iso.c
? lang.patch
? namespace.sh
? smime
? providers/imap4/reconnect.patch
? tests/data/camel-mime-tests.tar.gz
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.2254
diff -u -r1.2254 ChangeLog
--- ChangeLog	8 Sep 2004 04:02:41 -0000	1.2254
+++ ChangeLog	14 Sep 2004 19:18:27 -0000
@@ -1,3 +1,8 @@
+2004-09-14  Jeffrey Stedfast  <fejj novell com>
+
+	* providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
+	s/not/no/ in the error string. Fixes bug #65828.
+
 2004-09-03  Not Zed  <NotZed Ximian com>
 
 	* camel-tcp-stream-ssl.c (stream_connect): make ssl connection
Index: providers/nntp/camel-nntp-store.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/nntp/camel-nntp-store.c,v
retrieving revision 1.66
diff -u -r1.66 camel-nntp-store.c
--- providers/nntp/camel-nntp-store.c	30 Aug 2004 04:21:22 -0000	1.66
+++ providers/nntp/camel-nntp-store.c	14 Sep 2004 19:18:28 -0000
@@ -1115,7 +1115,7 @@
 	
 	if (!service->url->user) {
 		camel_exception_setv(ex, CAMEL_EXCEPTION_INVALID_PARAM,
-				     _("Authentication requested but not username provided"));
+				     _("Authentication requested but no username provided"));
 		return -1;
 	}
 	

Attachment: smime.p7s
Description: S/MIME cryptographic signature



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