aboutsummaryrefslogtreecommitdiff
path: root/src/warn-notification.vala
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-27 16:43:40 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-27 16:43:40 +0200
commitc589574a6c982febb768cc4830e8a63057e9b9f9 (patch)
treeff82550d4ac2824abd72ddf168cdd663f25b65e3 /src/warn-notification.vala
parent420a0c16d82e57f61089b4111d5c446a54cdf9ae (diff)
parentc4e401f08ae5374badd6e9321a5bf84ef8d7531e (diff)
downloadayatana-indicator-sound-c589574a6c982febb768cc4830e8a63057e9b9f9.tar.gz
ayatana-indicator-sound-c589574a6c982febb768cc4830e8a63057e9b9f9.tar.bz2
ayatana-indicator-sound-c589574a6c982febb768cc4830e8a63057e9b9f9.zip
Merge branch 'tari01-pr/x-canonical-to-x-ayatana'
Attributes GH PR #40: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/40
Diffstat (limited to 'src/warn-notification.vala')
-rw-r--r--src/warn-notification.vala6
1 files changed, 3 insertions, 3 deletions
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 ();
});