diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-24 09:38:56 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-24 09:38:56 +0000 |
| commit | e9c1208ff453eb7f3b10a1346252e26c8d7c3fcd (patch) | |
| tree | 2e091cfdcbe9976b0cfb776d2ca1166add6f0f8d /util/epist/screen.cc | |
| parent | 81cdff06930cb38f2138d7b41187d1e516b9e379 (diff) | |
Safari_Al's patch which fixes inconsistent capitalization in some actions.
Diffstat (limited to 'util/epist/screen.cc')
| -rw-r--r-- | util/epist/screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 0f8dfa56..3ece9e16 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -294,7 +294,7 @@ void screen::handleKeypress(const XEvent &e) { window->sendTo(it->number()); return; - case Action::toggleomnipresent: + case Action::toggleOmnipresent: if (window->desktop() == 0xffffffff) window->sendTo(_active_desktop); else @@ -329,7 +329,7 @@ void screen::handleKeypress(const XEvent &e) { window->resizeRel(0, it->number()); return; - case Action::toggleshade: + case Action::toggleShade: window->shade(! window->shaded()); return; |
