summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-30 14:17:04 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-10-07 11:48:54 +0100
commitb3e42d53c00bb3a27e177b8cacfe7a7654aec915 (patch)
treee5325891d5ef6061e4103418d0a1679c2558680a
parente961da26bc307ca78a5b8a5dde6192a443746da9 (diff)
Client.Handler: correct the values of Requested in preamble
-rw-r--r--spec/Client_Handler.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/Client_Handler.xml b/spec/Client_Handler.xml
index 4e815d03..c46a0355 100644
--- a/spec/Client_Handler.xml
+++ b/spec/Client_Handler.xml
@@ -33,7 +33,7 @@
<p>When a new incoming channel (one with
<tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel.FUTURE">Requested</tp:dbus-ref>
- = TRUE) is offered to
+ = FALSE) is offered to
<tp:dbus-ref namespace="org.freedesktop.Telepathy.Client">Approver</tp:dbus-ref>s
by the channel dispatcher, it also offers the Approvers a list of all
the running or activatable ChannelHandlers whose
@@ -44,7 +44,7 @@
<p>When a new outgoing channel (one with
<tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel.FUTURE">Requested</tp:dbus-ref>
- = FALSE) appears, the channel dispatcher passes it to an appropriate
+ = TRUE) appears, the channel dispatcher passes it to an appropriate
channel handler automatically.
</p>