From 0587937dc09abbd56d36ca395c82f64098903937 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 20 Jul 2011 18:04:26 +0100 Subject: Set the video widget for the fullscreen window Otherwise the mouse cursor won't be hidden after a timeout and the 'Leave fullscreen' button won't dissapear when we unfullscreen the call window. --- src/empathy-call-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 85a2f4c51..b3bc45432 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1172,10 +1172,10 @@ empathy_call_window_init (EmpathyCallWindow *self) gtk_widget_hide (priv->sidebar); priv->fullscreen = empathy_call_window_fullscreen_new (self); -#if 0 + empathy_call_window_fullscreen_set_video_widget (priv->fullscreen, - priv->video_output); -#endif + priv->video_container); + g_signal_connect (G_OBJECT (priv->fullscreen->leave_fullscreen_button), "clicked", G_CALLBACK (empathy_call_window_fullscreen_cb), self); -- cgit v1.2.3