[evolution-rss] allow importing of foaf files
- From: Lucian Langa <lucilanga src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-rss] allow importing of foaf files
- Date: Tue, 28 Jul 2009 20:01:01 +0000 (UTC)
commit 810564a28c37671872c70bfb87e40037a74bade4
Author: Lucian Langa <lucilanga gnome org>
Date: Tue Jul 28 23:00:45 2009 +0300
allow importing of foaf files
src/rss-config-factory.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index 83b58b5..2f56f98 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -1282,6 +1282,7 @@ import_opml(gchar *file)
src = src->next;
}
+ if (type == 0) {
gint size = 0;
gchar *base = NULL, *root = NULL, *last = NULL;
gchar *rssprefix = NULL, *rssurl = NULL, *rsstitle = NULL;
@@ -1358,8 +1359,9 @@ import_opml(gchar *file)
}
}
}
+ goto out;
+ }
- goto out;
while ((src = iterate_import_file(src, &url, &name, type))) {
if (url && strlen(url)) {
d(g_print("url:%s\n", url));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]