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-23 01:15:11 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 01:12:56 +0800
commit10edf350020350475ece049d9c8fd969f70cf5c5 (patch)
treeecca3e375cc99d9f64ac24e972eb421b8bc09c6a /libempathy-gtk/empathy-new-call-dialog.c
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 'libempathy-gtk/empathy-new-call-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c
index 3f0264660..cbfbb9569 100644
--- a/libempathy-gtk/empathy-new-call-dialog.c
+++ b/libempathy-gtk/empathy-new-call-dialog.c
@@ -44,6 +44,7 @@
#include "empathy-new-call-dialog.h"
#include "empathy-account-chooser.h"
+#include "empathy-call-utils.h"
static EmpathyNewCallDialog *dialog_singleton = NULL;