summaryrefslogtreecommitdiff
path: root/util/epist/parser.cc
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-08-22 18:19:57 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-08-22 18:19:57 +0000
commit7cac1f19acf894aaf4470460732574abc158fd78 (patch)
tree8c735f4a346c29073e2e5751a96016e0ad7b4e03 /util/epist/parser.cc
parent22e8615f6125cc117af9e01124b9bcc2b19c59ab (diff)
toggleGrabs action added
Diffstat (limited to 'util/epist/parser.cc')
-rw-r--r--util/epist/parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/parser.cc b/util/epist/parser.cc
index 548212c4..d7ac2c13 100644
--- a/util/epist/parser.cc
+++ b/util/epist/parser.cc
@@ -102,6 +102,7 @@ void parser::setAction(string act)
{ "showrootmenu", Action::showRootMenu },
{ "showworkspacemenu", Action::showWorkspaceMenu },
{ "toggledecorations", Action::toggleDecorations },
+ { "togglegrabs", Action::toggleGrabs },
{ "stringchain", Action::stringChain },
{ "keychain", Action::keyChain },
{ "numberchain", Action::numberChain },