aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 17:03:33 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 17:03:33 +0800
commitcfaa4c875c382545b06162854c286d1b5b3f0497 (patch)
tree3b2db7ee5177ec848ff41287286235b96b3772b0 /libempathy-gtk/empathy-chat.c
parent8b4a09ed7450b0b3d806d0996d174f911e4c3352 (diff)
downloadgsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar.gz
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar.bz2
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar.lz
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar.xz
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.tar.zst
gsoc2013-empathy-cfaa4c875c382545b06162854c286d1b5b3f0497.zip
add EMPATHY_CONTACT_FEATURE_FT
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 4b3bcb427..bc2f08e2d 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -3281,6 +3281,7 @@ empathy_chat_get_contact_menu (EmpathyChat *chat)
menu = empathy_contact_menu_new (priv->remote_contact,
EMPATHY_CONTACT_FEATURE_CALL |
EMPATHY_CONTACT_FEATURE_LOG |
+ EMPATHY_CONTACT_FEATURE_FT |
EMPATHY_CONTACT_FEATURE_INFO);
}