[empathy: 8/10] CallWindow: raise the toolbar when showing the preview



commit 46e0d580594711e418517c2fb355247129b256f2
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Fri Aug 12 14:19:01 2011 +0100

    CallWindow: raise the toolbar when showing the preview
    
    So that one can click the toolbar buttons.

 src/empathy-call-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index e89b520..15a3c85 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
     {



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