[empathy] Set the video widget for the fullscreen window
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Set the video widget for the fullscreen window
- Date: Wed, 20 Jul 2011 17:38:14 +0000 (UTC)
commit 0587937dc09abbd56d36ca395c82f64098903937
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Wed Jul 20 18:04:26 2011 +0100
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 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 85a2f4c..b3bc454 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]