all repos — openbox @ 53109b7592500b71f8c670ea58b0182193ba9a71

openbox fork - make it a bit more like ryudo

comparing strings to random locations in memory is probably not what we wanted to do
Mikael Magnusson mikachu@comhem.se
commit

53109b7592500b71f8c670ea58b0182193ba9a71

parent

a9910e520b1e5a7020ca8df0f2a7d0d0d48e2857

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -639,7 +639,7 @@ ObAppSettings *settings = NULL;

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))