diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 13:51:35 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 13:51:35 +0000 |
commit | fd06d4da8116c5c06513863185de37f7e399e6fc (patch) | |
tree | 18a542be381989d26c9a9a40d9662d54f04dcf52 /docs | |
parent | 9544b0f0a1e43284202f3603b40908a460f5e3b4 (diff) |
Tube IDs must be numeric... fix example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tubes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tubes.xml b/docs/tubes.xml index 4791d3189..ea18bf36f 100644 --- a/docs/tubes.xml +++ b/docs/tubes.xml @@ -299,7 +299,7 @@ <tube xmlns='http://telepathy.freedesktop.org/xmpp/protocol/tubes'> type='dbus' initiator='romeo@montague.lit' service='com.example.Chess' - id='chess-tube-1'> + id='333'> <parameters> <parameter name='theme' type='str'>montagues-vs-capulets.conf</parameter> |