diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-07 09:44:01 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-07 09:44:01 +0000 |
commit | 39369193c6ae24b0d753edc2332b23b838714254 (patch) | |
tree | 60204040d3e3d3a1da78f4571a69824aefe1b78f /src | |
parent | bcf0cc17469edbb8b882884bdd6ae2155a809d01 (diff) | |
parent | 2081219c98f9ac3d3054c3eb6565740899d42e13 (diff) | |
download | ayatana-indicator-sound-39369193c6ae24b0d753edc2332b23b838714254.tar.gz ayatana-indicator-sound-39369193c6ae24b0d753edc2332b23b838714254.tar.bz2 ayatana-indicator-sound-39369193c6ae24b0d753edc2332b23b838714254.zip |
merge the fix
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-state-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-state-manager.c b/src/sound-state-manager.c index 0958763..7095a39 100644 --- a/src/sound-state-manager.c +++ b/src/sound-state-manager.c @@ -153,7 +153,7 @@ sound_state_manager_notification_init (SoundStateManager* self) if (has_notify_osd) { priv->notification = notify_notification_new(PACKAGE_NAME, NULL, NULL); notify_notification_set_hint_string(priv->notification, - "x-canonical-private-synchronous", ""); + "x-canonical-private-synchronous", PACKAGE_NAME); } } |