https://bugs.kde.org/show_bug.cgi?id=310674
--- Comment #3 from Michael Pyne <mp...@kde.org> --- Git commit 11ee92d92b1e9875a2707848324012fe881bf893 by Michael Pyne. Committed on 09/08/2017 at 03:40. Pushed by mpyne into branch 'master'. kconfigini: Strip leading whitespace when reading entry values. As per the Desktop Entry spec, we strip trailing whitespace from the key when we split an entry into a key/value pair at the '='. Now we also strip leading whitespace from the resulting value like we should. Differential Revision: https://phabricator.kde.org/D7169 M +3 -3 autotests/kdesktopfiletest.cpp M +1 -0 src/core/kconfigini.cpp https://commits.kde.org/kconfig/11ee92d92b1e9875a2707848324012fe881bf893 -- You are receiving this mail because: You are watching all bug changes.