From e8fcc69d4b63f6d8531d93f61ead8eda8f45577d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 10:17:08 +0000 Subject: rename the sendTo action to sendToWorkspace --- util/epist/screen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/epist/screen.cc') 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; -- cgit v1.2.3