Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chat.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-12-09 00:18:19 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-12-09 00:18:19 (GMT)
commitd46cc9aae8ecf62eee032c1188f13e2b6d7aebec (patch)
tree2923cc5eb3cae0712422e69ff45c9aeffb4d428a /boards/chat.xml.in
parent1a9f2b42c706787c63fa71d73f756ee107489654 (diff)
- Created a new activity, a mini local chat based on multicast.
It does not require a server. * src/boards/python/electric.py: used gobject.source_remove() instead of GTK API * src/gcompris/gcompris.c: (gc_init): fixed static init where it needs allocated memory.
Diffstat (limited to 'boards/chat.xml.in')
-rw-r--r--boards/chat.xml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/boards/chat.xml.in b/boards/chat.xml.in
new file mode 100644
index 0000000..6de426d
--- /dev/null
+++ b/boards/chat.xml.in
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="chat"
+ type="python:chat"
+ section="/experimental"
+ icon="boardicons/python.png"
+ difficulty="1"
+ author="Bruno coudoin (bruno.coudoin@free.fr)"
+ boarddir="">
+ <_title>Chat with your friends</_title>
+ <_description>Chat on the local network</_description>
+ </Board>
+ <Data directory=""/>
+</GCompris>