[xembedsniproxy] Fix check whether to use XTest

Authored by wbauer on May 31 2017, 11:36 AM.

Description

[xembedsniproxy] Fix check whether to use XTest

Because of C++'s operator precedence, '!' logically negated
all_event_masks only instead of the whole expression.
This resulted in the condition always being false and XTest never being
used.

Adding a pair of brackets fixes it.

BUG: 362941
BUG: 375017
FIXED-IN: 5.10.1
Differential Revision: https://phabricator.kde.org/D6048

Details

Committed
wbauerMay 31 2017, 11:36 AM
Differential Revision
D6048: [xembedsniproxy] Fix check whether to use XTest
Parents
R120:3d506f00979b: dont' crash if we don't have a launcherTasksModel
Branches
Unknown
Tags
Unknown