Merge lp:~3v1n0/indicator-sound/fix-729849 into lp:~indicator-applet-developers/indicator-sound/trunk_3

Proposed by Marco Trevisan (Treviño)
Status: Merged
Merged at revision: 213
Proposed branch: lp:~3v1n0/indicator-sound/fix-729849
Merge into: lp:~indicator-applet-developers/indicator-sound/trunk_3
Diff against target: 11 lines (+1/-1)
1 file modified
src/sound-state-manager.c (+1/-1)
To merge this branch: bzr merge lp:~3v1n0/indicator-sound/fix-729849
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
Review via email: mp+52307@code.launchpad.net

Description of the change

With recent notify-osd changes the indicator-sound scroll notification wouldn't work like before; this small commit fixes the issue

To post a comment you must log in.
Revision history for this message
Conor Curran (cjcurran) wrote :

Perfect, thx Trevino, I looked at that briefly before releasing last week and wondered why it wasn't fine as it was. Good work !

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/sound-state-manager.c'
2--- src/sound-state-manager.c 2011-02-11 15:21:00 +0000
3+++ src/sound-state-manager.c 2011-03-05 20:31:24 +0000
4@@ -153,7 +153,7 @@
5 if (has_notify_osd) {
6 priv->notification = notify_notification_new(PACKAGE_NAME, NULL, NULL);
7 notify_notification_set_hint_string(priv->notification,
8- "x-canonical-private-synchronous", "");
9+ "x-canonical-private-synchronous", PACKAGE_NAME);
10 }
11 }
12

Subscribers

People subscribed via source and target branches