From cf84d9a8617e31a5b0a51ed5d56df661ec8f1ede Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 19 Aug 2011 12:16:05 +0100 Subject: CallWindow: make the preview button reactive So it reacts to click events. Otherwise the video preview, which is reactive, will get all the events. https://bugzilla.gnome.org/show_bug.cgi?id=656888 --- src/empathy-call-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index c17bb649e..a0507ebae 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -1101,6 +1101,7 @@ create_video_preview (EmpathyCallWindow *self) clutter_actor_add_action (preview, action); clutter_actor_set_reactive (preview, TRUE); + clutter_actor_set_reactive (priv->preview_shown_button, TRUE); } void -- cgit v1.2.3