]> git.0d.be Git - empathy.git/commitdiff
CallWindow: raise the toolbar when showing the preview
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Fri, 12 Aug 2011 13:19:01 +0000 (14:19 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Fri, 12 Aug 2011 13:19:01 +0000 (14:19 +0100)
So that one can click the toolbar buttons.

src/empathy-call-window.c

index e89b5209bc274a84cb54abe7195b8bdef6030e74..15a3c857ad636cef31d27f9617bf41159a27da61 100644 (file)
@@ -647,6 +647,7 @@ display_video_preview (EmpathyCallWindow *self,
 
       play_camera (self, TRUE);
       clutter_actor_show (priv->video_preview);
+      clutter_actor_raise_top (priv->floating_toolbar);
     }
   else
     {