projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72a123
)
not surprisingly, there was a typo
author
Mikael Magnusson
<mikachu@comhem.se>
Fri, 9 Jun 2006 14:53:36 +0000
(14:53 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Fri, 9 Jun 2006 14:53:36 +0000
(14:53 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index ccd30787ed6a7c6b50b0112e9f9b3f8f4186d299..abb82723fcc7b0ec2b662a1cf555fd9be99cf1d9 100644
(file)
--- 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))