diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-23 01:15:11 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:05 +0800 |
commit | 0754b2673f0189e892074189535d3dfb6fd2a662 (patch) | |
tree | baca0c535fa88e5253c8c14895f7833d9e499cad /src | |
parent | f72a2717725a4865ebd313f7a496bd0e4f99baca (diff) | |
download | gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar.gz gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar.bz2 gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar.lz gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar.xz gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.tar.zst gsoc2013-empathy-0754b2673f0189e892074189535d3dfb6fd2a662.zip |
Move empathy_call_* util functions to libempathy-gtk
Since we want to pop up a dialog when starting a call fails.
Conflicts:
libempathy/empathy-utils.c
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-factory.c | 2 | ||||
-rw-r--r-- | src/empathy-streamed-media-handler.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 029f8eca7..660a743bb 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -33,6 +33,8 @@ #include <libempathy/empathy-request-util.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" |