X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fparser.cc;fp=util%2Fepist%2Fparser.cc;h=7741d2f7c09eb57e73ba4b9b00c36f72a12693cc;hb=e9c1208ff453eb7f3b10a1346252e26c8d7c3fcd;hp=d7ac2c13bd3a49eeab9e421c6b5101ea19482e91;hpb=81cdff06930cb38f2138d7b41187d1e516b9e379;p=chaz%2Fopenbox diff --git a/util/epist/parser.cc b/util/epist/parser.cc index d7ac2c13..7741d2f7 100644 --- a/util/epist/parser.cc +++ b/util/epist/parser.cc @@ -68,8 +68,8 @@ void parser::setAction(string act) { "raise", Action::raise }, { "lower", Action::lower }, { "close", Action::close }, - { "toggleshade", Action::toggleshade }, - { "toggleomnipresent", Action::toggleomnipresent }, + { "toggleShade", Action::toggleShade }, + { "toggleOmnipresent", Action::toggleOmnipresent }, { "movewindowup", Action::moveWindowUp }, { "movewindowdown", Action::moveWindowDown }, { "movewindowleft", Action::moveWindowLeft },