From bc90400903c46a5277dd572991f528f448bea920 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 2 Oct 2008 19:49:45 +0200 Subject: [PATCH] WMFS 0.1rc2 : Brain Damage --- CMakeLists.txt | 2 +- wmfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();