diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-11 16:58:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-11 16:58:55 +0200 |
commit | 90cd1b58cfa5881de4d72de575335c6f7512082a (patch) | |
tree | fa59f34b5c71e5066036856615b9e53a293b4578 /src/engine-eds.cpp | |
parent | 6bdea82a3226f45291522c87d7866f949a83f4c2 (diff) | |
download | ayatana-indicator-datetime-90cd1b58cfa5881de4d72de575335c6f7512082a.tar.gz ayatana-indicator-datetime-90cd1b58cfa5881de4d72de575335c6f7512082a.tar.bz2 ayatana-indicator-datetime-90cd1b58cfa5881de4d72de575335c6f7512082a.zip |
Partially revert fab51b4. Only rename those x-canonical attributes to x-ayatana if they are solely used by Ayatana Indicators.
Diffstat (limited to 'src/engine-eds.cpp')
-rw-r--r-- | src/engine-eds.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp index 3120b3f..f8a4ce8 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-ayatana-alarm"}; -static constexpr char const * TAG_DISABLED {"x-ayatana-disabled"}; +static constexpr char const * TAG_ALARM {"x-canonical-alarm"}; +static constexpr char const * TAG_DISABLED {"x-canonical-disabled"}; static constexpr char const * X_PROP_ACTIVATION_URL {"X-CANONICAL-ACTIVATION-URL"}; |