[totem] backend: Fix object type in signal handler
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Fix object type in signal handler
- Date: Tue, 25 Nov 2014 17:54:55 +0000 (UTC)
commit ebcee7db419fd85945321db004534b1768eaa7ea
Author: Bastien Nocera <hadess hadess net>
Date: Tue Nov 25 17:48:47 2014 +0100
backend: Fix object type in signal handler
It's a ClutterSwipeAction, not a ClutterTapAction.
src/backend/bacon-video-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 1d66516..948eb91 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -904,7 +904,7 @@ bacon_video_widget_tap (ClutterTapAction *action,
}
static gboolean
-bacon_video_widget_swipe (ClutterTapAction *action,
+bacon_video_widget_swipe (ClutterSwipeAction *action,
ClutterActor *actor,
ClutterSwipeDirection direction,
BaconVideoWidget *bvw)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]