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:
a9910e5
)
comparing strings to random locations in memory is probably not what we wanted to do
author
Mikael Magnusson
<mikachu@comhem.se>
Tue, 13 Mar 2007 12:34:58 +0000
(12:34 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Tue, 13 Mar 2007 12:34:58 +0000
(12:34 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index dc61deba21e7f332834faf15dddbdd908550f944..fbfc15b1ab4548f7af7eaa29073ecb55f00f478e 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-639,7
+639,7
@@
static ObAppSettings *client_get_settings_state(ObClient *self)
GSList *it;
for (it = config_per_app_settings; it; it = g_slist_next(it)) {
- ObAppSettings *app;
+ ObAppSettings *app
= it->data
;
if ((app->name && !app->class && !strcmp(app->name, self->name))
|| (app->class && !app->name && !strcmp(app->class, self->class))