X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=abc9a1e38778ef16631c00ca8c7c9408b036f949;hb=0b5f6589ba42869d4d1bdac61b3128dbc762424d;hp=77bf98fd0f126a4ebd5cdbb740c4a660cac96bc3;hpb=f17b225daadb483b8736dc0e57a9def68e770ae9;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 77bf98fd..abc9a1e3 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -301,7 +301,7 @@ void client_manage(Window window) dispatch_client(Event_Client_Mapped, self, 0, 0); - g_message("Managed window 0x%lx (%s)", window, self->name); + g_message("Managed window 0x%lx (%s)", window, self->class); } void client_unmanage_all() @@ -315,7 +315,7 @@ void client_unmanage(Client *self) int j; GSList *it; - g_message("Unmanaging window: %lx (%s)", self->window, self->name); + g_message("Unmanaging window: %lx (%s)", self->window, self->class); dispatch_client(Event_Client_Destroy, self, 0, 0); g_assert(self != NULL);