]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
double space in debug output
[chaz/openbox] / openbox / focus.c
index 79016bd4ed8adc54a8c620c03cd031c11da52775..b473686aea5a49b970e76dc303436c0502a41cd5 100644 (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))
         if (allow_refocus || it->data != old) {
             ObClient *c = it->data;
This page took 0.021678 seconds and 4 git commands to generate.