evolution-rss r375 - in trunk: . src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r375 - in trunk: . src
- Date: Fri, 19 Sep 2008 05:26:23 +0000 (UTC)
Author: lucilanga
Date: Fri Sep 19 05:26:22 2008
New Revision: 375
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=375&view=rev
Log:
2008-09-18 Lucian Langa <lucilanga gnome org>
* src/rss.c: move feed status to separate
function write_feed_status_line()
* src/rss.c: fix attachment (enclosure)
name
Modified:
trunk/TODO
trunk/src/rss.c
Modified: trunk/TODO
==============================================================================
--- trunk/TODO (original)
+++ trunk/TODO Fri Sep 19 05:26:22 2008
@@ -1,6 +1,5 @@
* maybe implement md5 for uniqueing articles (for broken feeds)
- * add syndicate icon for News&Blogs folder
* probably move to soup_unblocking when rendering of an article
* when browsing a different feed/mail folder cancel all sessions
* also create groups when importing
@@ -8,7 +7,6 @@
* check webkit area sizing when using zoom in/out
* failback to old handler when formatting error
* when deleting a folder offer to delete feed also
- * test cancelation signal check rf->cancel fetch feed might reset it always 0 and crashing when finish_feed
* jump to folder when adding through d-bus
* move evolution detection to m4 to ease up integration in other plugins
* check memory consumption when S&R
@@ -17,7 +15,6 @@
* fix authentication for proxy dialog
* make auth dialog not intrusive (peek other software)
* fix ubuntu crashing when wrong entities (<0.0.6) and feed conf files stored in a file
- * crash (mail_append_message) if folder contains .lock file ? or ibex crashes
* implement notify back of imported feed perhaps libnotify
* prefetch html content for all webkits (perhaps temp file)
* offline storage for article's home page
Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c (original)
+++ trunk/src/rss.c Fri Sep 19 05:26:22 2008
@@ -4210,17 +4210,14 @@
camel_medium_set_content_object((CamelMedium *)msg, content);
camel_object_unref(content);
- gchar *tname = g_path_get_basename(filename);
- camel_mime_part_set_filename(msg, tname);
- g_print("file:%s\n", filename);
- g_print("type:%s\n", e_util_guess_mime_type(filename));
- g_print("type:%s\n", e_util_guess_mime_type("/home/cooly/shot1.gif"));
- g_free(tname);
-
type = em_utils_snoop_type(msg);
if (type)
camel_data_wrapper_set_mime_type((CamelDataWrapper *)msg, type);
+ gchar *tname = g_path_get_basename(filename);
+ camel_mime_part_set_filename(msg, tname);
+ g_free(tname);
+
return msg;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]