something to do with icons not being there.. anyway, it's a one-liner fix.

fake diff:
ecore_x_netwm.c:654
- if(icon)
+ if(icon && *icon)
    memcpy(*icon, &(data[2]), len * sizeof(unsigned int));

also, seems like 'src' is set on the line before, and subsequently not used.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to