[totem] backend: style fix
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: style fix
- Date: Tue, 11 Feb 2014 12:42:04 +0000 (UTC)
commit f7421a0244b59726a74d7d997e57116bfcb457f7
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 10 19:52:56 2014 +0100
backend: style fix
src/backend/bacon-video-widget.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index e431cf4..33d538b 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -789,9 +789,8 @@ bacon_video_widget_motion_notify (GtkWidget *widget, GdkEventMotion *event)
if (gdk_device_get_source (device) == GDK_SOURCE_TOUCHSCREEN)
return res;
- if (!bvw->priv->reveal_controls) {
+ if (!bvw->priv->reveal_controls)
set_controls_visibility (bvw, TRUE, TRUE);
- }
translate_coords (widget, event->window, event->x, event->y, &x, &y);
if (ignore_event (bvw, x, y)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]