diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch')
-rw-r--r-- | gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch b/gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch new file mode 100644 index 000000000..9d3de0331 --- /dev/null +++ b/gnome-unstable/gnome-media/gnome_volume_control_fix_channel_bars.patch @@ -0,0 +1,12 @@ +diff -aur gnome-media-2.32.0/gnome-volume-control/src/gvc-channel-bar.c gnome-media-2.32.0.new/gnome-volume-control/src/gvc-channel-bar.c +--- gnome-media-2.32.0/gnome-volume-control/src/gvc-channel-bar.c 2010-09-28 15:46:15.000000000 +0100 ++++ gnome-media-2.32.0.new/gnome-volume-control/src/gvc-channel-bar.c 2010-12-31 15:14:23.964994328 +0000 +@@ -449,7 +449,7 @@ + /* 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; + } + |