aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 00:31:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 18:55:39 +0800
commitc6613010ca396821df9923b3a3a88f6709a636b9 (patch)
treed1f7fb445f338e3e45c70a8bb94810bf7450b061
parentba5187f04923631b7d7b1d770577d60292ea7c07 (diff)
downloadgsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar.gz
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar.bz2
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar.lz
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar.xz
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.tar.zst
gsoc2013-empathy-c6613010ca396821df9923b3a3a88f6709a636b9.zip
tp-chat: stop setting TargetHandleType: None
It's now down automatically by TpAccountChannelRequest. https://bugzilla.gnome.org/show_bug.cgi?id=725070
-rw-r--r--libempathy/empathy-tp-chat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 31a92719d..730c8ac04 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -209,10 +209,6 @@ empathy_tp_chat_add (EmpathyTpChat *self,
TP_USER_ACTION_TIME_NOT_USER_ACTION);
tp_account_channel_request_set_request_property (req,
- TP_PROP_CHANNEL_TARGET_HANDLE_TYPE,
- g_variant_new_uint32 (TP_HANDLE_TYPE_NONE));
-
- tp_account_channel_request_set_request_property (req,
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS,
g_variant_new_objv (channels, -1));