From 46e0d580594711e418517c2fb355247129b256f2 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 12 Aug 2011 14:19:01 +0100 Subject: CallWindow: raise the toolbar when showing the preview So that one can click the toolbar buttons. --- src/empathy-call-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/empathy-call-window.c') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index e89b5209b..15a3c857a 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 { -- cgit v1.2.3