From c4e401f08ae5374badd6e9321a5bf84ef8d7531e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 27 Oct 2021 16:09:03 +0200 Subject: Raname x-canonical properties to x-ayatana --- src/warn-notification.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/warn-notification.vala') diff --git a/src/warn-notification.vala b/src/warn-notification.vala index 12e34e4..3c473d3 100644 --- a/src/warn-notification.vala +++ b/src/warn-notification.vala @@ -31,9 +31,9 @@ public class IndicatorSound.WarnNotification: Notification _("Volume"), _("Allow volume above safe level?\nHigh volume can damage your hearing."), "audio-volume-high"); - n.set_hint ("x-canonical-non-shaped-icon", "true"); - n.set_hint ("x-canonical-snap-decisions", "true"); - n.set_hint ("x-canonical-private-affirmative-tint", "true"); + n.set_hint ("x-ayatana-non-shaped-icon", "true"); + n.set_hint ("x-ayatana-snap-decisions", "true"); + n.set_hint ("x-ayatana-private-affirmative-tint", "true"); n.closed.connect ((n) => { n.clear_actions (); }); -- cgit v1.2.3