--- a/pidgin/gtkimhtml.c Sun Jun 10 21:58:45 2007 +0000 +++ b/pidgin/gtkimhtml.c Sun Jun 10 22:22:36 2007 +0000 @@ -3188,7 +3188,7 @@ gchar *fmt_ext = extensions[0]; const gchar* file_ext = filename + strlen(filename) - strlen(fmt_ext); - if(!strcmp(fmt_ext, file_ext)){ + if(!g_ascii_strcasecmp(fmt_ext, file_ext)){ type = gdk_pixbuf_format_get_name(format); break; }