From: Mikael Magnusson Date: Fri, 9 Jun 2006 14:53:36 +0000 (+0000) Subject: not surprisingly, there was a typo X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0f80c6ab409588c6786ef91d2eb2d9623fe44455;p=chaz%2Fopenbox not surprisingly, there was a typo --- diff --git a/openbox/client.c b/openbox/client.c index ccd30787..abb82723 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -214,7 +214,7 @@ static ObAppSettings *get_settings(ObClient *client) ObAppSettings *app = (ObAppSettings *) a->data; if ( - (app->name && && !app->class && !strcmp(app->name, client->name)) + (app->name && !app->class && !strcmp(app->name, client->name)) || (app->class && !app->name && !strcmp(app->class, client->class)) || (app->class && app->name && !strcmp(app->class, client->class) && !strcmp(app->name, client->name))