set the initial group to '1', missed by recent off-by-one group

numbering re-work; discovered the hard way by sthen@.

ok sthen@
This commit is contained in:
okan 2013-01-10 15:28:11 +00:00
parent 3a7596968b
commit 62acbee4b3

View File

@ -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