Skip to content
Commit 077ef679 authored by Michael Pyne's avatar Michael Pyne
Browse files

desktopfileparser: Fix non-compliant key/value parsing.

The Desktop Entry spec says we should ignore the spaces surrounding the
'=' delimiter in a Key=Value pair.  But we only do this sometimes (all
cases except the Type= entry which is handled specially).  This change
fixes Type entries to ignore whitespace as well.

BUG:310674
FIXED-IN:5.38.0

Differential Revision: https://phabricator.kde.org/D7170
parent 1a3254fc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment