kwin/scripts
David Edmundson ddae039802 Correct inital loading of BorderActivate
Summary:
We have a comma separated list:

"".split(',') returns ""
JS decides that's worth itterating over, and we implicitly cast "" to a
number which means we register on screen edge 0 (the top).

We can't use typeof or isFinite because valid entries are still strings
at this point.

Test Plan:
Ran with default config, no longer registered on top edge
Set an edge properly in the KCM. Still worked.

Reviewers: #plasma, mart

Reviewed By: mart

Subscribers: mart, plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D4113
2017-01-13 15:21:15 +00:00
..
desktopchangeosd Adding more frameless hints 2016-08-11 08:45:41 +02:00
enforcedeco SVN_SILENT made messages (.desktop file) - always resolve ours 2016-12-13 04:11:59 +01:00
minimizeall Correct inital loading of BorderActivate 2017-01-13 15:21:15 +00:00
synchronizeskipswitcher SVN_SILENT made messages (.desktop file) - always resolve ours 2016-05-31 11:06:54 +00:00
videowall SVN_SILENT made messages (.desktop file) - always resolve ours 2016-09-05 09:38:26 +00:00
CMakeLists.txt
Messages.sh