fix startup items in apps file with specified screen number
Mark Tiefenbruck mark@fluxbox.org
2 files changed,
5 insertions(+),
1 deletions(-)
M
src/Remember.cc
→
src/Remember.cc
@@ -212,7 +212,7 @@ bool error = false;
if (pos > 0) { option = str.substr(0, pos); if (strcasecmp(option.c_str(), "screen") == 0) { - error = getuint(str.c_str() + pos + 1, screen); + error = !getuint(str.c_str() + pos + 1, screen); } else { error = true; }