Merge lp://staging/~ted/indicator-sound/deduplicate-with-reason into lp://staging/indicator-sound/15.04
Proposed by
Ted Gould
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 493 |
Merged at revision: | 493 |
Proposed branch: | lp://staging/~ted/indicator-sound/deduplicate-with-reason |
Merge into: | lp://staging/indicator-sound/15.04 |
Diff against target: |
50 lines (+21/-19) 1 file modified
src/volume-control-pulse.vala (+21/-19) |
To merge this branch: | bzr merge lp://staging/~ted/indicator-sound/deduplicate-with-reason |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Ricardo Salveti (community) | Approve | ||
Review via email: mp+256698@code.staging.launchpad.net |
Commit message
Always record the volume whether we do something with it or not (LP: #1446703)
Description of the change
Make sure we always store the updated reason so we don't get notifications for extra events.
To post a comment you must log in.
Looks good, fix a regression introduced by my previous change (my bad).