https://bugs.kde.org/show_bug.cgi?id=367554
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/kwin | |/97b594501a439f4e5ee5f4237f | |253fb84087c423 Status|REOPENED |RESOLVED --- Comment #15 from Martin Gräßlin <mgraess...@kde.org> --- Git commit 97b594501a439f4e5ee5f4237f253fb84087c423 by Martin Gräßlin. Committed on 13/09/2016 at 06:37. Pushed by graesslin into branch 'master'. Match window role in Rules in a case insensitive manner Summary: We used to have a toLower when reading the rule. This was removed with 4f7edb8 which turned it into a case sensitive matching to fix a regression. But this created another regression: existing rules written lower case are no longer matched. This change makes the role matching case insensitive again. Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D2574 M +0 -1 autotests/integration/window_rules_test.cpp M +2 -2 rules.cpp http://commits.kde.org/kwin/97b594501a439f4e5ee5f4237f253fb84087c423 -- You are receiving this mail because: You are watching all bug changes.