pidgin/purple-plugin-pack

merge of '4a60962154b971a9360a11ec387d8d7b91e717fc'
org.guifications.plugins.autoprofile_merge
2008-03-24, rekkanoryo
f48266ebfba5
merge of '4a60962154b971a9360a11ec387d8d7b91e717fc'
and '84f37aebe1a9f8806fa57abccd9327b706c1d96c'
--- a/autoprofile/comp_rss_parser.c Mon Mar 24 02:23:52 2008 -0400
+++ b/autoprofile/comp_rss_parser.c Mon Mar 24 02:24:00 2008 -0400
@@ -342,7 +342,7 @@
url = get_url (w);
if (strcmp (url, "") != 0) {
- purple_util_fetch_url (url, TRUE, NULL, FALSE, url_callback, (gpointer)w);
+ purple_util_fetch_url (url, TRUE, NULL, FALSE, url_callback, w);
}
free (url);
}