double space in debug output

This commit is contained in:
Mikael Magnusson 2007-05-08 02:22:07 +00:00
parent e4cffb6459
commit cc2ad0a823

View file

@ -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)) for (it = focus_order; it; it = g_list_next(it))
if (allow_refocus || it->data != old) { if (allow_refocus || it->data != old) {
ObClient *c = it->data; ObClient *c = it->data;