aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-23 01:15:11 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 01:12:56 +0800
commit10edf350020350475ece049d9c8fd969f70cf5c5 (patch)
treeecca3e375cc99d9f64ac24e972eb421b8bc09c6a /src
parentb768818115dbc3a0b570500a74bc9c8ded62eea5 (diff)
downloadgsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.gz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.bz2
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.lz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.xz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.zst
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.zip
Move empathy_call_* util functions to libempathy-gtk
Since we want to pop up a dialog when starting a call fails.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-factory.c2
-rw-r--r--src/empathy-streamed-media-handler.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 92c36cae0..21d3a6594 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -34,6 +34,8 @@
#include <libempathy/empathy-tp-contact-factory.h>
#include <libempathy/empathy-utils.h>
+#include <libempathy-gtk/empathy-call-utils.h>
+
#include "empathy-call-factory.h"
#include "empathy-call-handler.h"
#include "src-marshal.h"
diff --git a/src/empathy-streamed-media-handler.c b/src/empathy-streamed-media-handler.c
index 75007f1ab..9d533b993 100644
--- a/src/empathy-streamed-media-handler.c
+++ b/src/empathy-streamed-media-handler.c
@@ -31,6 +31,8 @@
#include <libempathy/empathy-utils.h>
+#include <libempathy-gtk/empathy-call-utils.h>
+
#include "empathy-streamed-media-handler.h"
#include "src-marshal.h"