[empathy] CallWindow: make the preview button reactive
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] CallWindow: make the preview button reactive
- Date: Fri, 19 Aug 2011 11:26:06 +0000 (UTC)
commit cf84d9a8617e31a5b0a51ed5d56df661ec8f1ede
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Fri Aug 19 12:16:05 2011 +0100
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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index c17bb64..a0507eb 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]