diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:17:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:17:08 +0000 |
| commit | e8fcc69d4b63f6d8531d93f61ead8eda8f45577d (patch) | |
| tree | f4ed8c84b47337058d9e0055b428793966190a19 /util/epist/screen.cc | |
| parent | 6a8f5f44e123c9ade7964e2051dd0d6a9858961c (diff) | |
rename the sendTo action to sendToWorkspace
Diffstat (limited to 'util/epist/screen.cc')
| -rw-r--r-- | util/epist/screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
