Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.xml.in
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2005-06-11 21:25:37 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2005-06-11 21:25:37 (GMT)
commitd25221f5799c2db236c9a86c3293a091394038a5 (patch)
tree23609425a35956a2995f9795d9f3d2473a5b57ee /boards/connect4.xml.in
parent38dd612869d547e6ae4eb2ffde8db317bd11a14a (diff)
Change section buhaviour in xml files
Registering boards in sqlite at load almost working (--enable-profils).
Diffstat (limited to 'boards/connect4.xml.in')
-rw-r--r--boards/connect4.xml.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/boards/connect4.xml.in b/boards/connect4.xml.in
index c1d3814..e79dcda 100644
--- a/boards/connect4.xml.in
+++ b/boards/connect4.xml.in
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board type="python:connect4" section="/boards/."
- name="connect4" icon="boardicons/connect4.png"
- difficulty="2" boarddir="connect4"
- author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
+ <Board type="python:connect4"
+ section="/boards"
+ name="connect4"
+ icon="boardicons/connect4.png"
+ difficulty="2"
+ boarddir="connect4"
+ author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
<_title>Connect 4</_title>
<_description>Arrange four coins in a row</_description>
<_prerequisite>Mouse manipulation</_prerequisite>