]> git.mdlowis.com Git - proto/labwc.git/commit
theme: fix pattern match bug
authorJohan Malm <jgm323@gmail.com>
Sat, 10 Apr 2021 18:17:39 +0000 (19:17 +0100)
committerJohan Malm <jgm323@gmail.com>
Sat, 10 Apr 2021 18:17:39 +0000 (19:17 +0100)
commitbe942a6413e9509c08f2841cf0f4ea8f450f22fc
tree06ca4ea0e56b28be706cac3779486270948605d1
parent8f8a6dfea1a3cca8b1a32242e708330892d5cb9b
theme: fix pattern match bug

Remove 'else' from if-statements in order for the pattern match to apply
to more than just the first instance of each match.
src/theme.c