evolution-rss r380 - in trunk: . src



Author: lucilanga
Date: Fri Sep 26 16:44:49 2008
New Revision: 380
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=380&view=rev

Log:
2008-09-26  Lucian Langa  <lucilanga gnome org>

* src/misc.c: sanitize_url() correctly 
free created string
* src/rss-config-factory.c: allow
typeahead through feed list

Modified:
   trunk/TODO
   trunk/src/misc.c

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Fri Sep 26 16:44:49 2008
@@ -26,7 +26,6 @@
 	* test new proxy authentification
 	* cache large feeds
 	* hook feed properties in folder properties
-	* clist hint should be the folder name not the feed name
 	* strip html tags from title
 	* if necessary implement config code for evo 2.12
 	* fix recursivity on layer_find_pos

Modified: trunk/src/misc.c
==============================================================================
--- trunk/src/misc.c	(original)
+++ trunk/src/misc.c	Fri Sep 26 16:44:49 2008
@@ -68,7 +68,7 @@
 gchar *
 sanitize_url(gchar *text)
 {
-	gchar *out;
+	gchar *out, *tmptext;
 	if (strstr(text, "feed://"))
 		tmptext = strextr(text, "feed://");
 	if (strstr(text, "feed//"))



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