summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2013-01-10 15:28:12 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2013-01-10 15:28:12 +0000
commitd9fca2290da1f756ec30cfd6c7d7a05882921b12 (patch)
tree416523a14b59ceaa25b42ffbbc18da8b17c13d87 /app
parente7e6b7669210b6956dca2411610eca21d3d058ec (diff)
set the initial group to '1', missed by recent off-by-one group
numbering re-work; discovered the hard way by sthen@. ok sthen@
Diffstat (limited to 'app')
-rw-r--r--app/cwm/group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/group.c b/app/cwm/group.c
index 8df50a037..5a75bff74 100644
--- a/app/cwm/group.c
+++ b/app/cwm/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.68 2013/01/01 14:50:01 okan Exp $
+ * $OpenBSD: group.c,v 1.69 2013/01/10 15:28:11 okan Exp $
*/
#include <sys/param.h>
@@ -160,7 +160,7 @@ group_init(struct screen_ctx *sc)
xu_ewmh_net_showing_desktop(sc);
xu_ewmh_net_virtual_roots(sc);
- group_setactive(sc, 0);
+ group_setactive(sc, 1);
}
void