[evolution-rss/evolution-rss-0-2-0] fix typo in previous commit
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss/evolution-rss-0-2-0] fix typo in previous commit
- Date: Thu, 20 Jan 2011 09:39:21 +0000 (UTC)
commit d6eae065a87e828380bb400145e4a656d361ee11
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Jan 20 00:08:49 2011 +0200
fix typo in previous commit
src/parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/parser.c b/src/parser.c
index 059662c..b605dca 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -823,7 +823,7 @@ tree_walk (xmlNodePtr root, RDF *r)
}
r->base = (gchar *)xmlGetProp(walk, (xmlChar *)"base");
if (!r->base)
- r->base = layer_query_find_prop (node->children,
+ r->base = layer_query_find_prop (walk->children,
"link",
(xmlChar *)"rel",
"alternate", (xmlChar *)"href");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]