GNOME Bugzilla – Bug 622198
plugins/file-ico/ico-load.c uses deprecated png library calls
Last modified: 2010-06-20 14:59:58 UTC
Created attachment 164145 [details] Patch fixing the problem. ico-load.c uses the png_set_gray_1_2_4_to_8() function, which was deprecated in png-1.0.18 (11/2004) and png-1.2.9 (03/2006) and removed in png-1.4.0. The official updating summary http://www.libpng.org/pub/png/src/libpng-1.2.x-to-1.4.x-summary.txt recommends replacing it with png_set_expand_gray_1_2_4_to_8(). The attached patch does this.
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 607242 ***