[gxml/gsoc2013: 80/150] Entity.vala: break API to fix typo: clone_node, not clone_nodes, part 2
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013: 80/150] Entity.vala: break API to fix typo: clone_node, not clone_nodes, part 2
- Date: Sat, 24 Aug 2013 17:35:58 +0000 (UTC)
commit 95a4fe7cf178e47e92f33e311b43988b4f16f011
Author: Richard Schwarting <aquarichy gmail com>
Date: Sat Jul 27 00:01:53 2013 -0400
Entity.vala: break API to fix typo: clone_node, not clone_nodes, part 2
gxml/Entity.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Entity.vala b/gxml/Entity.vala
index e293e61..b36ed09 100644
--- a/gxml/Entity.vala
+++ b/gxml/Entity.vala
@@ -124,7 +124,7 @@ namespace GXml {
public override bool has_child_nodes () {
return (this.child_nodes.length > 0);
}
- public override DomNode? clone_nodes (bool deep) {
+ public override DomNode? clone_node (bool deep) {
return this; // STUB
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]