[empathy: 3/10] CallWindow: show the toolbar when on fullscreen



commit bb86b135b0a6df4657105d8e78d64b363d4ac292
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Jul 28 11:42:47 2011 +0100

    CallWindow: show the toolbar when on fullscreen
    
    And also hide it after 3s of inactivity.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656150

 src/empathy-call-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 7ca69fa..aed7245 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -3092,6 +3092,9 @@ empathy_call_window_video_output_motion_notify (GtkWidget *widget,
   if (priv->is_fullscreen)
     {
       empathy_call_window_fullscreen_show_popup (priv->fullscreen);
+
+      /* Show the bottom toolbar */
+      empathy_call_window_motion_notify_cb (NULL, NULL, window);
       return TRUE;
     }
   return FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]