evolution-rss r281 - in trunk: . src



Author: lucilanga
Date: Fri May 30 17:28:02 2008
New Revision: 281
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=281&view=rev

Log:
Fri 30 May 2008 12:43:24 PM EEST <lucilanga gnome org>

* make Cancel All button work (fix #535689)
* fix for bug #535670
* modify feeds articles to a more correct
content type x-evolution/evolution-rss/feed

Modified:
   trunk/ChangeLog
   trunk/src/rss.c

Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c	(original)
+++ trunk/src/rss.c	Fri May 30 17:28:02 2008
@@ -3259,7 +3259,7 @@
 	camel_medium_set_header(CAMEL_MEDIUM(new), "Website", CF->website);
 	camel_medium_set_header(CAMEL_MEDIUM(new), "RSS-ID", CF->feedid);
 	rtext = camel_data_wrapper_new ();
-        type = camel_content_type_new ("text", "evolution-rss-feed");
+        type = camel_content_type_new ("x-evolution", "evolution-rss-feed");
         camel_content_type_set_param (type, "format", "flowed");
         camel_data_wrapper_set_mime_type_field (rtext, type);
         camel_content_type_unref (type);



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