From: Dana Jansens Date: Fri, 26 Jul 2002 15:22:24 +0000 (+0000) Subject: sync with bb-cvs X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d2ab586410c9919f0b2e5b84f3447ff29617c5b1;p=chaz%2Fopenbox sync with bb-cvs --- diff --git a/src/Screen.cc b/src/Screen.cc index 019a29a2..13916bae 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -1771,7 +1771,7 @@ bool BScreen::parseMenuFile(FILE *file, Rootmenu *menu) { 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"));