Merge lp:~cimi/unity8/fix-1378920 into lp:unity8

Proposed by Andrea Cimitan
Status: Rejected
Rejected by: Michał Sawicz
Proposed branch: lp:~cimi/unity8/fix-1378920
Merge into: lp:unity8
Diff against target: 10 lines (+1/-0)
1 file modified
qml/Notifications/Notification.qml (+1/-0)
To merge this branch: bzr merge lp:~cimi/unity8/fix-1378920
Reviewer Review Type Date Requested Status
Michał Sawicz Disapprove
PS Jenkins bot (community) continuous-integration Needs Fixing
Mirco Müller Pending
Review via email: mp+238012@code.launchpad.net

Commit message

Change audioRole to MediaPlayer.alert for Notifications

Description of the change

 * Are there any related MPs required for this MP to build/function as expected? Please list.
N
 * Did you perform an exploratory manual test run of your code change and any related functionality?
Y
 * Did you make sure that your branch does not contain spurious tags?
Y
 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
 * If you changed the UI, has there been a design review?
n/a

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :
review: Disapprove

Unmerged revisions

1355. By Andrea Cimitan

Fix for 1378920

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Notifications/Notification.qml'
2--- qml/Notifications/Notification.qml 2014-09-18 21:25:00 +0000
3+++ qml/Notifications/Notification.qml 2014-10-10 16:59:57 +0000
4@@ -77,6 +77,7 @@
5 Audio {
6 id: sound
7 objectName: "sound"
8+ audioRole: MediaPlayer.alert
9 source: hints["suppress-sound"] != "true" && hints["sound-file"] != undefined ? hints["sound-file"] : ""
10 }
11

Subscribers

People subscribed via source and target branches