wmaker: fix incorrect type for variable in the global preference structure
commit9d9b6d3fcf3553297c59c8b1fb20d2d03c9240d9
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 May 2015 11:19:00 +0000 (8 13:19 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 8 May 2015 17:53:29 +0000 (8 18:53 +0100)
tree0141d066bd60c33612975bc76f9fb770c025da04
parentba3e57597192dc6548ea68adb4f92d1f60187411
wmaker: fix incorrect type for variable in the global preference structure

As pointed by the new check script, the preference "show_clip_title" is
defined as a Boolean value in the preference loading function, which uses
the callback function "getBool", which expect a variable of type "char",
but the variable was not defined with that type.

This patch changes the type for the appropriate one to avoid possible
problems.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/WindowMaker.h