telepathy-gabble: Export o.f.T.Channel.Type.FileTransfer.FUTURE interface
Will Thompson
wjt at kemper.freedesktop.org
Thu Dec 6 03:02:40 PST 2012
Module: telepathy-gabble
Branch: master
Commit: cf1795dec89679ec14cf8d48d0826d616299a654
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=cf1795dec89679ec14cf8d48d0826d616299a654
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date: Thu Nov 29 15:16:01 2012 +0100
Export o.f.T.Channel.Type.FileTransfer.FUTURE interface
---
src/ft-channel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/ft-channel.c b/src/ft-channel.c
index 637886e..6b54543 100644
--- a/src/ft-channel.c
+++ b/src/ft-channel.c
@@ -548,6 +548,7 @@ gabble_file_transfer_channel_get_interfaces (TpBaseChannel *base)
interfaces = TP_BASE_CHANNEL_CLASS (
gabble_file_transfer_channel_parent_class)->get_interfaces (base);
+ g_ptr_array_add (interfaces, GABBLE_IFACE_CHANNEL_TYPE_FILETRANSFER_FUTURE);
g_ptr_array_add (interfaces, TP_IFACE_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA);
return interfaces;
More information about the telepathy-commits
mailing list