aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-call-dialog.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-24 00:19:48 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 01:13:20 +0800
commitefb08036e134b31339e0e422ef68e6ddef2bf467 (patch)
treeda073f5b66fcf2a028630b7aa419b63a06554595 /libempathy-gtk/empathy-new-call-dialog.c
parent2c751f8089462c379401b930242b0ee244eeaf14 (diff)
downloadgsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar.gz
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar.bz2
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar.lz
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar.xz
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.tar.zst
gsoc2013-empathy-efb08036e134b31339e0e422ef68e6ddef2bf467.zip
Always build telepathy-yell and handle Call channels
Just keep empathy-call optional.
Diffstat (limited to 'libempathy-gtk/empathy-new-call-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index be266c715..0c609eefc 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -28,9 +28,7 @@
#include <telepathy-glib/interfaces.h>
-#if HAVE_CALL
#include <telepathy-yell/telepathy-yell.h>
-#endif
#include <libempathy/empathy-tp-contact-factory.h>
#include <libempathy/empathy-contact-manager.h>
@@ -131,10 +129,7 @@ conn_prepared_cb (GObject *conn,
chan_type = tp_asv_get_string (fixed, TP_PROP_CHANNEL_CHANNEL_TYPE);
if (tp_strdiff (chan_type, TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA)
-#if HAVE_CALL
- && tp_strdiff (chan_type, TPY_IFACE_CHANNEL_TYPE_CALL)
-#endif
- )
+ && tp_strdiff (chan_type, TPY_IFACE_CHANNEL_TYPE_CALL))
continue;
if (tp_asv_get_uint32 (fixed, TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, NULL) !=