From f5a174164b55ee8acb69f92b569f7197db663b28 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Thu, 31 May 2012 15:53:39 -0400 Subject: Fixed https://github.com/mate-desktop/mate-media/issues/3 --- mate-volume-control/src/gvc-channel-bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-volume-control/src') diff --git a/mate-volume-control/src/gvc-channel-bar.c b/mate-volume-control/src/gvc-channel-bar.c index d750871..a90938a 100644 --- a/mate-volume-control/src/gvc-channel-bar.c +++ b/mate-volume-control/src/gvc-channel-bar.c @@ -449,7 +449,7 @@ gvc_channel_bar_scroll (GvcChannelBar *bar, GdkScrollDirection direction) /* Switch side scroll to vertical */ if (direction == GDK_SCROLL_RIGHT) direction = GDK_SCROLL_UP; - else if (GDK_SCROLL_LEFT) + else if (direction == GDK_SCROLL_LEFT) direction = GDK_SCROLL_DOWN; } -- cgit v1.2.1