summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-05-08 02:22:07 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-05-08 02:22:07 +0000
commitcc2ad0a823a918e826c7cf77f0b61e63c21910c3 (patch)
tree1ebf9585cbf2883f6ad52dd7ceb58ded9dca42bb
parente4cffb6459ff0e46df89f1f495d3eb1dbb73bdcc (diff)
double space in debug output
-rw-r--r--openbox/focus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 79016bd4..b473686a 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -224,7 +224,7 @@ ObClient* focus_fallback_target(gboolean allow_refocus, ObClient *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;