From 419260bdb85b30e100187e7c268c12e648f9e698 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jun 2008 15:15:54 +0000 Subject: [PATCH] Add image/x-win-bitmap mimetype svn path=/trunk/; revision=20451 --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/io-ico.c | 1 + 2 files changed, 6 insertions(+) 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[] = {