X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.cc;h=db100889fb64e97b1182300f6d424494a16893c2;hb=e8fcc69d4b63f6d8531d93f61ead8eda8f45577d;hp=8597e5953d2df2392a7c4aaea8f510cf866b6835;hpb=6a8f5f44e123c9ade7964e2051dd0d6a9858961c;p=chaz%2Fopenbox diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 8597e595..db100889 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -221,7 +221,7 @@ void screen::handleKeypress(const XEvent &e) { window->lower(); return; - case Action::sendTo: + case Action::sendToWorkspace: window->sendTo(it->number()); return;