]> Dogcows Code - chaz/openbox/commitdiff
double space in debug output
authorMikael Magnusson <mikachu@comhem.se>
Tue, 8 May 2007 02:22:07 +0000 (02:22 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 8 May 2007 02:22:07 +0000 (02:22 +0000)
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.023296 seconds and 4 git commands to generate.