diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 520513df68..8c1a7d87b1 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2008-06-18 Matthias Clasen + + * io-ico.c: Add image/x-win-bitmap to the supported mimetypes, + since that is what shared-mime-info uses for .cur + 2008-06-13 Matthias Clasen * === Released 2.13.3 === diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c index 29dd95a1df..323e1cb405 100644 --- a/gdk-pixbuf/io-ico.c +++ b/gdk-pixbuf/io-ico.c @@ -1231,6 +1231,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info) static gchar * mime_types[] = { "image/x-icon", "image/x-ico", + "image/x-win-bitmap", NULL }; static gchar * extensions[] = {