aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 17:04:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-25 17:04:38 +0800
commit1570d9b4827b5e24540960564bb1c487d3f062ae (patch)
tree724351a371df8127b295f30ced7bc99a3007c3eb
parentcfaa4c875c382545b06162854c286d1b5b3f0497 (diff)
downloadgsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar.gz
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar.bz2
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar.lz
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar.xz
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.tar.zst
gsoc2013-empathy-1570d9b4827b5e24540960564bb1c487d3f062ae.zip
empathy-chat: disable file transfer for now
It's broken so better disabling it than crashing (#637322).
-rw-r--r--libempathy-gtk/empathy-chat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index bc2f08e2d..4b3bcb427 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -3281,7 +3281,6 @@ 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);
}