diff options
author | Robert Tari <robert@tari.in> | 2021-11-09 01:24:26 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-11-09 01:24:26 +0100 |
commit | 2b3772ab5af8705a5418170c8b8cd1ff83873483 (patch) | |
tree | c5bf6bd0d31a2f1f253a18518c9720516008c691 /tests/test-notify.cc | |
parent | a692593a37fe8a910d69fb8ef392a99d08671362 (diff) | |
download | ayatana-indicator-power-2b3772ab5af8705a5418170c8b8cd1ff83873483.tar.gz ayatana-indicator-power-2b3772ab5af8705a5418170c8b8cd1ff83873483.tar.bz2 ayatana-indicator-power-2b3772ab5af8705a5418170c8b8cd1ff83873483.zip |
Rename Lomiri-specific properties to x-lomiri
Diffstat (limited to 'tests/test-notify.cc')
-rw-r--r-- | tests/test-notify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-notify.cc b/tests/test-notify.cc index c6eefa6..eebd8c4 100644 --- a/tests/test-notify.cc +++ b/tests/test-notify.cc @@ -69,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-ayatana-snap-decisions-timeout"}; + static constexpr char const * HINT_TIMEOUT {"x-lomiri-snap-decisions-timeout"}; protected: |