Merge lp:~jonas-drange/ubuntu-system-settings/fix-sound-ap-regression into lp:ubuntu-system-settings

Proposed by Jonas G. Drange
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 1545
Merged at revision: 1546
Proposed branch: lp:~jonas-drange/ubuntu-system-settings/fix-sound-ap-regression
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/sound/PageComponent.qml (+1/-0)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-system-settings/fix-sound-ap-regression
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
Review via email: mp+275038@code.launchpad.net

Commit message

re-add silentMode property to repair the silent mode switch

Description of the change

re-add silentMode property to repair the silent mode switch

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks for fixing that one!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/sound/PageComponent.qml'
2--- plugins/sound/PageComponent.qml 2015-08-24 17:05:19 +0000
3+++ plugins/sound/PageComponent.qml 2015-10-20 14:04:53 +0000
4@@ -95,6 +95,7 @@
5 objectPath: "/com/canonical/indicator/sound"
6
7 property variant volume: action("volume")
8+ property variant silentMode: action("silent-mode")
9 property variant highVolume: action("high-volume")
10
11 Component.onCompleted: start()

Subscribers

People subscribed via source and target branches