diff options
author | Robert Tari <robert@tari.in> | 2021-10-25 20:14:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-26 11:14:58 +0200 |
commit | 0b17f2a57666f7811d1aa171a8e974e131c032a8 (patch) | |
tree | d1cffdd97880601128af81e578d84f1aff0ea547 /src/engine-eds.cpp | |
parent | a00f7b54717f31e4bef5ac260504052664be9094 (diff) | |
download | ayatana-indicator-datetime-0b17f2a57666f7811d1aa171a8e974e131c032a8.tar.gz ayatana-indicator-datetime-0b17f2a57666f7811d1aa171a8e974e131c032a8.tar.bz2 ayatana-indicator-datetime-0b17f2a57666f7811d1aa171a8e974e131c032a8.zip |
Renaname x-canonical properties to x-ayatana
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 4228258..af11f7f 100644 --- a/src/engine-eds.cpp +++ b/src/engine-eds.cpp @@ -37,8 +37,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"}; |