]> git.0d.be Git - empathy.git/commitdiff
CallWindow: show the toolbar when on fullscreen
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 28 Jul 2011 10:42:47 +0000 (11:42 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Fri, 12 Aug 2011 12:54:57 +0000 (13:54 +0100)
And also hide it after 3s of inactivity.

https://bugzilla.gnome.org/show_bug.cgi?id=656150

src/empathy-call-window.c

index 7ca69fafeadd6910f59c93a9ea2703e10bf247e7..aed72459f588beaf5abc03b289976101ef70751b 100644 (file)
@@ -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;