[libgdata/gxml] * add note
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/gxml] * add note
- Date: Sat, 24 Sep 2011 06:21:34 +0000 (UTC)
commit 1352123dea78d6c3c2aa9790955576dd7dab6ff5
Author: Richard Schwarting <aquarichy gmail com>
Date: Fri Jul 22 13:37:13 2011 -0400
* add note
gdata/gdata-feed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/gdata-feed.c b/gdata/gdata-feed.c
index a43eb14..e1b8e5f 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -468,7 +468,7 @@ parse_xml (GDataParsable *parsable, GXmlDomDocument *doc, GXmlDomXNode *node, gp
gdata_parser_string_from_element (node, "rights", P_NONE, &(self->priv->rights), &success, error) == TRUE) {
return success;
} else {
- return GDATA_PARSABLE_CLASS (gdata_feed_parent_class)->parse_xml (parsable, doc, node, user_data, error);
+ return GDATA_PARSABLE_CLASS (gdata_feed_parent_class)->parse_xml (parsable, doc, node, user_data, error); // TODO:GXML: for all functions that accept a doc and a node, we could remove the doc param, and use get_owner_document () if needed instead
}
} else if (gdata_parser_is_namespace (node, "http://a9.com/-/spec/opensearch/1.1/") == TRUE) {
const gchar *node_name = gxml_dom_xnode_get_node_name (node);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]