Anyway, a null check needs to be added to Engage's icon.c, in od_icon_mapping_get() to fix the problem. app->winclass was null. Engage starts up fine for me with this quick change:
358c358,359
< if (strcmp(winclass, app->winclass) == 0) {
---
>
> if (winclass&&app->winclass&&strcmp(winclass, app->winclass) == 0)
> {
(fwph)
--
Frederick Heckel
[EMAIL PROTECTED]
(The strange attachment is my digital signature; do not be alarmed)
===================================================================
I wish you were a Scotch on the rocks.
pgpjWd0Fr8UAq.pgp
Description: PGP signature
