diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-12 16:19:56 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-12 16:19:56 +0100 |
commit | bfc88f954fd3937bad8809d7165ca2bad697edc6 (patch) | |
tree | a3ce2d10b7789c1e6e86ccdb95ffbd820ba89edd /salut | |
parent | 72e9326f5b2ba5ef9d5f5c3f239fdf8fbe105c32 (diff) |
message-channel: set TpBaseChannel:requested on new channels
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'salut')
-rw-r--r-- | salut/message-channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/salut/message-channel.c b/salut/message-channel.c index 6ec26cc..e8a4e68 100644 --- a/salut/message-channel.c +++ b/salut/message-channel.c @@ -718,6 +718,7 @@ ytst_message_channel_new (SalutConnection *connection, "contact", contact, "request", request, "handle", handle, + "requested", initiator == base_conn->self_handle, "initiator-handle", initiator, NULL); |