Merge lp://qastaging/~larsu/indicator-sound/lp1381871 into lp://qastaging/indicator-sound/rtm-14.09
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 460 |
Merged at revision: | 460 |
Proposed branch: | lp://qastaging/~larsu/indicator-sound/lp1381871 |
Merge into: | lp://qastaging/indicator-sound/rtm-14.09 |
Diff against target: |
13 lines (+3/-0) 1 file modified
src/service.vala (+3/-0) |
To merge this branch: | bzr merge lp://qastaging/~larsu/indicator-sound/lp1381871 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Approve | ||
Review via email: mp+238555@code.qastaging.launchpad.net |
Commit message
service.vala: don't call set_volume unnecessarily
The allow-amplified
Description of the change
service.vala: don't call set_volume unnecessarily
The allow-amplified
Fix this by only updating the property when the underlying value has actually changed.
Cool! Thanks!