aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-av.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-av.c')
-rw-r--r--src/empathy-av.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-av.c b/src/empathy-av.c
index 98327ece8..d1139fbf7 100644
--- a/src/empathy-av.c
+++ b/src/empathy-av.c
@@ -31,7 +31,7 @@
#include <libempathy/empathy-call-factory.h>
#include <libempathy-gtk/empathy-ui-utils.h>
-#include "empathy-call-window.h"
+#include "empathy-streamed-media-window.h"
#define DEBUG_FLAG EMPATHY_DEBUG_VOIP
#include <libempathy/empathy-debug.h>
@@ -81,7 +81,7 @@ stop_timer (void)
}
static void
-call_window_destroy_cb (EmpathyCallWindow *window,
+call_window_destroy_cb (EmpathyStreamedMediaWindow *window,
gpointer user_data)
{
nb_windows--;
@@ -98,11 +98,11 @@ new_call_handler_cb (EmpathyCallFactory *factory,
gboolean outgoing,
gpointer user_data)
{
- EmpathyCallWindow *window;
+ EmpathyStreamedMediaWindow *window;
DEBUG ("Create a new call window");
- window = empathy_call_window_new (handler);
+ window = empathy_streamed_media_window_new (handler);
nb_windows++;
stop_timer ();