[gxml/gsoc2013: 41/69] 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: 41/69] Entity.vala: break API to fix typo: clone_node, not clone_nodes, part 2
- Date: Sat, 27 Jul 2013 04:09:38 +0000 (UTC)
commit 42197739fb57e8d17d52b1c1b0b5a0745b75b143
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]