all repos — openbox @ d2ab586410c9919f0b2e5b84f3447ff29617c5b1

openbox fork - make it a bit more like ryudo

sync with bb-cvs
Dana Jansens danakj@orodu.net
commit

d2ab586410c9919f0b2e5b84f3447ff29617c5b1

parent

d7bf31c5b5e449aab104da8ed7844b1023fa5d46

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -1771,7 +1771,7 @@

break; case 421: // exec - if (! (*label || *command)) { + if (! (*label && *command)) { fprintf(stderr, i18n(ScreenSet, ScreenEXECError, "BScreen::parseMenuFile: [exec] error, " "no menu label and/or command defined\n"));