ports/net-im/gaim-rss-reader/files/patch-src_gaim-rss-reader.c
Joe Marcus Clarke cc94e2ba2f Add gaim-rss-reader, a plug-in fro Gaim that provides RSS news feed support.
It allows users to add/remove RSS feeds, and consult and update them through
a button on the conversation window.

PR:		70163
Submitted by:	Patrick MARIE <mycroft@virgaria.org>
2004-08-08 21:51:03 +00:00

14 lines
622 B
C

--- src/gaim-rss-reader.c.orig Sun Aug 8 17:44:40 2004
+++ src/gaim-rss-reader.c Sun Aug 8 17:44:54 2004
@@ -255,10 +255,10 @@
static void init_plugin(GaimPlugin *plugin)
{
+ GList *sl = NULL;
gaim_prefs_add_none("/plugins/gtk/gaim-rss-reader");
gaim_prefs_add_int("/plugins/gtk/gaim-rss-reader/update_time", 60);
- GList *sl = NULL;
sl = g_list_append(sl, "Debian Planet;http://www.debianplanet.org/debianplanet/backend.php");
sl = g_list_append(sl, "Mozillazine;http://www.mozillazine.org/contents.rdf");
sl = g_list_append(sl, "Newsforge;http://www.newsforge.com/newsforge.rss");