all repos — openbox @ cc2ad0a823a918e826c7cf77f0b61e63c21910c3

openbox fork - make it a bit more like ryudo

double space in debug output
Mikael Magnusson mikachu@comhem.se
commit

cc2ad0a823a918e826c7cf77f0b61e63c21910c3

parent

e4cffb6459ff0e46df89f1f495d3eb1dbb73bdcc

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

jump to
M openbox/focus.copenbox/focus.c

@@ -224,7 +224,7 @@ return old;

} - ob_debug_type(OB_DEBUG_FOCUS, "trying the focus order\n"); + ob_debug_type(OB_DEBUG_FOCUS, "trying the focus order\n"); for (it = focus_order; it; it = g_list_next(it)) if (allow_refocus || it->data != old) { ObClient *c = it->data;