Bug in action_unfocus()

Yen-Ju Chen yjchenx at gmail.com
Sat Sep 9 17:40:45 EDT 2006


In action.c, the "if" does nothing because the ";" in the end.

 void action_unfocus (union ActionData *data)
 { 	
   if (data->client.any.c == focus_client);
      focus_fallback(OB_FOCUS_FALLBACK_UNFOCUSING);
 }

Yen-Ju



More information about the openbox mailing list