aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-12-01 15:07:41 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-12-01 15:07:41 -0500
commit923caec263c700e753806020ee068bd3b08ad5db (patch)
treec06b3c93137c10caf18fd492de96d5d65bc13541 /debian/patches
parent140cd5542edca8d6717294cd245ea2c148c666c2 (diff)
parentc157f744805b87d39eb49ee162645d9af25b05b5 (diff)
downloadayatana-indicator-sound-923caec263c700e753806020ee068bd3b08ad5db.tar.gz
ayatana-indicator-sound-923caec263c700e753806020ee068bd3b08ad5db.tar.bz2
ayatana-indicator-sound-923caec263c700e753806020ee068bd3b08ad5db.zip
releasing version 0.8.0.0-0ubuntu1
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix-864405.patch22
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 23 deletions
diff --git a/debian/patches/fix-864405.patch b/debian/patches/fix-864405.patch
deleted file mode 100644
index fe78d0f..0000000
--- a/debian/patches/fix-864405.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/transport-widget.c 2011-09-09 12:57:51 +0000
-+++ b/src/transport-widget.c 2011-11-16 18:34:46 +0000
-@@ -561,15 +561,15 @@
- {
- TransportAction event = TRANSPORT_ACTION_NO_ACTION;
-
-- if (x > 67 && x < 112
-+ if (x > 57 && x < 102
- && y > 12 && y < 40){
- event = TRANSPORT_ACTION_PREVIOUS;
- }
-- else if (x > 111 && x < 153
-+ else if (x > 101 && x < 143
- && y > 5 && y < 47){
- event = TRANSPORT_ACTION_PLAY_PAUSE;
- }
-- else if (x > 152 && x < 197
-+ else if (x > 142 && x < 187
- && y > 12 && y < 40){
- event = TRANSPORT_ACTION_NEXT;
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index 911625a..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-fix-864405.patch