From: Emilio Pozuelo Monfort Date: Fri, 12 Aug 2011 13:19:01 +0000 (+0100) Subject: CallWindow: raise the toolbar when showing the preview X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=46e0d580594711e418517c2fb355247129b256f2 CallWindow: raise the toolbar when showing the preview So that one can click the toolbar buttons. --- diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index e89b5209..15a3c857 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -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 {