diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a89d1d..a59087b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ set(wmfs_src # Set the executable from the wmfs_src add_executable(wmfs ${wmfs_src}) # Set the version - NOT USED AT THE MOMENT -set(VERSION "0.1rc1 (Sweaty pool)") +set(VERSION "0.1rc2 (Brain Damage)") # CFLAGS set(CFLAGS "-g -Wall") set(CMAKE_C_FLAGS ${CFLAGS}) diff --git a/wmfs.c b/wmfs.c index ec3d7fa..9f5ed60 100644 --- a/wmfs.c +++ b/wmfs.c @@ -870,7 +870,7 @@ uicb_togglebarpos(char *cmd) updatebar(); for(i = 0; i < conf.nbutton; ++i) XUnmapWindow(dpy, conf.barbutton[i].win); - updatebutton(0); + updatebutton(False); for(i = 0; i < conf.nbutton; ++i) XMapWindow(dpy, conf.barbutton[i].win); arrange();