Skip to content
Snippets Groups Projects
Commit 577bdce9 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii Committed by Simon Ser
Browse files

xdg-activation: Fix an inconsistency


The spec uses the terms "presentation token" and "activation token"
interchangeably, which can cause confusion.

Signed-off-by: default avatarVlad Zahorodnii <vlad.zahorodnii@kde.org>
parent 9eb8819b
No related branches found
No related tags found
1 merge request!93xdg-activation: Fix an inconsistency
......@@ -89,7 +89,7 @@
token and might decide not to follow through with the activation if it's
considered unwanted.
Compositors can ignore unknown presentation tokens when an invalid
Compositors can ignore unknown activation tokens when an invalid
token is passed.
</description>
<arg name="token" type="string" summary="the activation token of the initiating client"/>
......@@ -170,7 +170,7 @@
Applications implementing the D-Bus interface org.freedesktop.Application
should get their token under XDG_ACTIVATION_TOKEN on their platform_data.
Presentation tokens may be transferred across clients through means not
Activation tokens may be transferred across clients through means not
described in this protocol.
</description>
<arg name="token" type="string" summary="the exported activation token"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment