aboutsummaryrefslogtreecommitdiff
path: root/src/engine-eds.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-11 14:14:00 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-08-11 14:14:00 +0200
commit6bdea82a3226f45291522c87d7866f949a83f4c2 (patch)
tree3373fcba7d4755665fe2987116bc5fea114312cf /src/engine-eds.cpp
parent594bd0b5b81f4b46decc2d0bbebae5a94ab28b5a (diff)
parentfab51b477ad295de8ae5e030ceef09104feea09b (diff)
downloadayatana-indicator-datetime-6bdea82a3226f45291522c87d7866f949a83f4c2.tar.gz
ayatana-indicator-datetime-6bdea82a3226f45291522c87d7866f949a83f4c2.tar.bz2
ayatana-indicator-datetime-6bdea82a3226f45291522c87d7866f949a83f4c2.zip
Merge branch 'tari01-pr/replace-x-canonical-attributes'
Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/11
Diffstat (limited to 'src/engine-eds.cpp')
-rw-r--r--src/engine-eds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp
index f8a4ce8..3120b3f 100644
--- a/src/engine-eds.cpp
+++ b/src/engine-eds.cpp
@@ -35,8 +35,8 @@ namespace ayatana {
namespace indicator {
namespace datetime {
-static constexpr char const * TAG_ALARM {"x-canonical-alarm"};
-static constexpr char const * TAG_DISABLED {"x-canonical-disabled"};
+static constexpr char const * TAG_ALARM {"x-ayatana-alarm"};
+static constexpr char const * TAG_DISABLED {"x-ayatana-disabled"};
static constexpr char const * X_PROP_ACTIVATION_URL {"X-CANONICAL-ACTIVATION-URL"};