pidgin/gtkimhtml.c

changeset 17695
5e7fcc2f23cc
parent 17694
d7b54168059b
child 17879
3e3f85138f1a
child 18178
d461ccafa1fb
--- 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;
 			}

mercurial