fixed change workspace and indenting

This commit is contained in:
Scott Moynes 2002-08-07 02:10:16 +00:00
parent b0239459c3
commit 1f539dccc6

View file

@ -214,8 +214,7 @@ void screen::handleKeypress(const XEvent &e) {
return;
case Action::changeWorkspace:
// we subtract one so counting starts at 1 in the config file
changeWorkspace(it->number() - 1);
changeWorkspace(it->number());
return;
case Action::execute: