summaryrefslogtreecommitdiff
path: root/util/epist/screen.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 10:17:08 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 10:17:08 +0000
commite8fcc69d4b63f6d8531d93f61ead8eda8f45577d (patch)
treef4ed8c84b47337058d9e0055b428793966190a19 /util/epist/screen.cc
parent6a8f5f44e123c9ade7964e2051dd0d6a9858961c (diff)
rename the sendTo action to sendToWorkspace
Diffstat (limited to 'util/epist/screen.cc')
-rw-r--r--util/epist/screen.cc2
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;