Merge lp:~codygarver/noise/fix-1346545 into lp:~elementary-apps/noise/trunk

Proposed by Cody Garver
Status: Merged
Approved by: Corentin Noël
Approved revision: 1643
Merged at revision: 1643
Proposed branch: lp:~codygarver/noise/fix-1346545
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 18 lines (+2/-1)
1 file modified
src/LibraryWindow.vala (+2/-1)
To merge this branch: bzr merge lp:~codygarver/noise/fix-1346545
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+228426@code.launchpad.net

Commit message

Set notification category to x-gnome.music to prevent making audible notifications (lp:1346545)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/LibraryWindow.vala'
2--- src/LibraryWindow.vala 2014-07-03 14:40:43 +0000
3+++ src/LibraryWindow.vala 2014-07-27 15:00:41 +0000
4@@ -579,6 +579,7 @@
5 else
6 notification.icon_name = Icons.NOISE.name;
7
8+ notification.set_category ("x-gnome.music");
9 notification.set_urgency ((Notify.Urgency) urgency);
10
11 try {
12@@ -1390,4 +1391,4 @@
13
14 return base.configure_event (event);
15 }
16-}
17\ No newline at end of file
18+}

Subscribers

People subscribed via source and target branches