notfiy: The hint is actually called "suppress-sound"

This commit is contained in:
Rico Tzschichholz 2015-06-12 18:07:13 +02:00
parent 9e5cf6d3f8
commit 934bfb88ec

View File

@ -412,7 +412,7 @@ namespace Gala.Plugins.Notify
Variant? variant = null;
// Are we suppose to play a sound at all?
if ((variant = hints.lookup ("supress-sound")) != null
if ((variant = hints.lookup ("suppress-sound")) != null
&& variant.get_boolean ())
return;