diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-03-05 21:27:39 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-03-05 21:27:39 +0100 |
commit | 2081219c98f9ac3d3054c3eb6565740899d42e13 (patch) | |
tree | 60204040d3e3d3a1da78f4571a69824aefe1b78f /src/sound-state-manager.c | |
parent | bcf0cc17469edbb8b882884bdd6ae2155a809d01 (diff) | |
download | ayatana-indicator-sound-2081219c98f9ac3d3054c3eb6565740899d42e13.tar.gz ayatana-indicator-sound-2081219c98f9ac3d3054c3eb6565740899d42e13.tar.bz2 ayatana-indicator-sound-2081219c98f9ac3d3054c3eb6565740899d42e13.zip |
Newer notify-osd needs that the x-canonical-private-synchronous is set to a non-empty string
This will allows to show the indicator notification like before.
Diffstat (limited to 'src/sound-state-manager.c')
-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); } } |