[evolution] EMailAutoconfig: Comment no longer applies.



commit d7d44bfdd24bb38d3ac4b25e8e2478fbfc769510
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Nov 8 10:08:56 2012 -0500

    EMailAutoconfig: Comment no longer applies.

 mail/e-mail-autoconfig.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/mail/e-mail-autoconfig.c b/mail/e-mail-autoconfig.c
index ac03b9a..6b1fcf5 100644
--- a/mail/e-mail-autoconfig.c
+++ b/mail/e-mail-autoconfig.c
@@ -41,9 +41,6 @@
 #define AUTOCONFIG_BASE_URI \
 	"http://api.gnome.org/evolution/autoconfig/1.1/";
 
-/* XXX g_file_load_contents() on an "http://"; URI returns error codes
- *     in the SOUP_HTTP_ERROR domain instead of the G_IO_ERROR domain.
- *     That is both undocumented and unexpected. */
 #define ERROR_IS_NOT_FOUND(error) \
 	(g_error_matches ((error), SOUP_HTTP_ERROR, SOUP_STATUS_NOT_FOUND))
 



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