GNOME Bugzilla – Bug 506135
gtkiconfactory.c: different argument type
Last modified: 2007-12-29 00:18:01 UTC
Please describe the problem: The 3rd argument of _gtk_icon_cache_get_icon was changed in revision 19099. But gtkiconfactory.c was not modified. Steps to reproduce: 1.compile. Actual results: Following message is displayed (Visual C++). gtkiconfactory.c(1579) : error C4047: 'function' : 'gint' differs in levels of indirection from 'char [3]' Expected results: The 3rd argument should be the index. Does this happen every time? Revision 19099 or later Other information:
Created attachment 101760 [details] [review] patch for gtkiconfactory.c
2007-12-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconfactory.c (render_fallback_image): Adjust to icon cache api change. (#506135, Kazuki Iwamoto)