diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-09 14:53:36 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-09 14:53:36 +0000 |
| commit | 0f80c6ab409588c6786ef91d2eb2d9623fe44455 (patch) | |
| tree | bda09ee3da970dc8521c59ca2accf8a36a7fbed3 /openbox | |
| parent | e72a1232fa73450c4bfefef5657971ecbacb8f70 (diff) | |
not surprisingly, there was a typo
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
