]> git.0d.be Git - empathy.git/commitdiff
Set the video widget for the fullscreen window
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 20 Jul 2011 17:04:26 +0000 (18:04 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 20 Jul 2011 17:35:49 +0000 (18:35 +0100)
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

index 85a2f4c5161505a6cd3c4d4f6f1a08b60ea4afe3..b3bc45432f2ed3b0bcaf81c7467b54019dbad663 100644 (file)
@@ -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);