Merge lp:~om26er/ubuntu/precise/indicator-sound/fix-864405 into lp:ubuntu/precise/indicator-sound

Proposed by Omer Akram
Status: Merged
Merged at revision: 113
Proposed branch: lp:~om26er/ubuntu/precise/indicator-sound/fix-864405
Merge into: lp:ubuntu/precise/indicator-sound
Diff against target: 49 lines (+31/-0)
3 files modified
debian/changelog (+8/-0)
debian/patches/fix-864405.patch (+22/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~om26er/ubuntu/precise/indicator-sound/fix-864405
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+83659@code.launchpad.net

Description of the change

fix linked bug.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-10-28 09:45:22 +0000
3+++ debian/changelog 2011-11-28 18:14:41 +0000
4@@ -1,3 +1,11 @@
5+indicator-sound (0.7.9.1-0ubuntu2) precise; urgency=low
6+
7+ * debian/patches/fix-864405.patch:
8+ - Clicking on left 25% of "Pause/Play" circle clicks "Previous".
9+ (LP: #864405)
10+
11+ -- Omer Akram <om26er@ubuntu.com> Mon, 28 Nov 2011 23:03:20 +0500
12+
13 indicator-sound (0.7.9.1-0ubuntu1) precise; urgency=low
14
15 * New upstream release.
16
17=== added directory 'debian/patches'
18=== added file 'debian/patches/fix-864405.patch'
19--- debian/patches/fix-864405.patch 1970-01-01 00:00:00 +0000
20+++ debian/patches/fix-864405.patch 2011-11-28 18:14:41 +0000
21@@ -0,0 +1,22 @@
22+--- a/src/transport-widget.c 2011-09-09 12:57:51 +0000
23++++ b/src/transport-widget.c 2011-11-16 18:34:46 +0000
24+@@ -561,15 +561,15 @@
25+ {
26+ TransportAction event = TRANSPORT_ACTION_NO_ACTION;
27+
28+- if (x > 67 && x < 112
29++ if (x > 57 && x < 102
30+ && y > 12 && y < 40){
31+ event = TRANSPORT_ACTION_PREVIOUS;
32+ }
33+- else if (x > 111 && x < 153
34++ else if (x > 101 && x < 143
35+ && y > 5 && y < 47){
36+ event = TRANSPORT_ACTION_PLAY_PAUSE;
37+ }
38+- else if (x > 152 && x < 197
39++ else if (x > 142 && x < 187
40+ && y > 12 && y < 40){
41+ event = TRANSPORT_ACTION_NEXT;
42+ }
43+
44
45=== added file 'debian/patches/series'
46--- debian/patches/series 1970-01-01 00:00:00 +0000
47+++ debian/patches/series 2011-11-28 18:14:41 +0000
48@@ -0,0 +1,1 @@
49+fix-864405.patch

Subscribers

People subscribed via source and target branches

to all changes: