all repos — fluxbox @ 22866c4d30f5b289c429c5ca88d800200db4fc4f

custom fork of the fluxbox windowmanager

fixes bug #1138
John Sennesael john@aminking.com
commit

22866c4d30f5b289c429c5ca88d800200db4fc4f

parent

3c06e9e93fd2057e26bb9df081d8b732916c49d5

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

jump to
M util/fluxbox-remote.ccutil/fluxbox-remote.cc

@@ -73,7 +73,7 @@

if (strcmp(cmd, "result") == 0) { XTextProperty text_prop; if (XGetTextProperty(disp, root, &text_prop, atom_result) != 0 - && text_prop.value > 0 + && text_prop.value != 0 && text_prop.nitems > 0) { printf("%s", text_prop.value);