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/info-notification.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/info-notification.vala') diff --git a/src/info-notification.vala b/src/info-notification.vala index e093aae..7e7e372 100644 --- a/src/info-notification.vala +++ b/src/info-notification.vala @@ -41,7 +41,7 @@ public class IndicatorSound.InfoNotification: Notification var n = _notification; n.update (_("Volume"), volume_label, icon); n.clear_hints(); - n.set_hint ("x-canonical-non-shaped-icon", "true"); + n.set_hint ("x-ayatana-non-shaped-icon", "true"); n.set_hint ("x-canonical-private-synchronous", "true"); n.set_hint ("x-canonical-value-bar-tint", is_high_volume ? "true" : "false"); n.set_hint ("value", ((int32)((volume * 100.0) + 0.5)).clamp(0, 100)); -- cgit v1.2.3