X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=467af11c104a2d96c23845973dd4687e17205e38;hb=e3134210d820340ef63bb5c21c9a56856147f0a9;hp=5f1ae255a387a1d2b9b5882ed350f3a730564c0b;hpb=6a35e7c594959ee17392aec76ba074565a63ea57;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index 5f1ae255..467af11c 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1334,7 +1334,7 @@ static void event_handle_client(ObClient *client, XEvent *e) } else ob_debug_type(OB_DEBUG_APP_BUGS, "_NET_ACTIVE_WINDOW message for window %s is " - "missing source indication\n"); + "missing source indication\n", client->title); client_activate(client, TRUE, TRUE, TRUE, (e->xclient.data.l[0] == 0 || e->xclient.data.l[0] == 2));