diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-01 08:09:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-01 08:09:39 +0100 |
commit | 2e0b3e5326b284050814a4708b3cf89fc3cdb6e4 (patch) | |
tree | 39e21701e11576883979856e23206423c429f979 /tests | |
parent | 9496810bad9bc155b81d6f8ab6d92dc94bab65d5 (diff) | |
parent | 4cefa0be54d08f71776be3b0bd6470791799f251 (diff) | |
download | ayatana-indicator-power-2e0b3e5326b284050814a4708b3cf89fc3cdb6e4.tar.gz ayatana-indicator-power-2e0b3e5326b284050814a4708b3cf89fc3cdb6e4.tar.bz2 ayatana-indicator-power-2e0b3e5326b284050814a4708b3cf89fc3cdb6e4.zip |
Merge branch 'tari01-pr/x-canonical-to-x-ayatana'
Attributes GH PR #44: https://github.com/AyatanaIndicators/ayatana-indicator-power/pull/44
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-notify.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-notify.cc b/tests/test-notify.cc index 8d7f0d8..c6eefa6 100644 --- a/tests/test-notify.cc +++ b/tests/test-notify.cc @@ -1,5 +1,6 @@ /* * Copyright 2014-2016 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -15,6 +16,7 @@ * * Authors: * Charles Kerr <charles.kerr@canonical.com> + * Robert Tari <robert@tari.in> */ @@ -67,7 +69,7 @@ protected: static constexpr char const * METHOD_GET_INFO {"GetServerInformation"}; static constexpr char const * SIGNAL_CLOSED {"NotificationClosed"}; - static constexpr char const * HINT_TIMEOUT {"x-canonical-snap-decisions-timeout"}; + static constexpr char const * HINT_TIMEOUT {"x-ayatana-snap-decisions-timeout"}; protected: |