Add image/x-ico to supported mime types. Fixes bug #393599.
authorFelix Riemann <friemann@svn.gnome.org>
Tue, 27 Feb 2007 19:28:28 +0000 (19:28 +0000)
committerFelix Riemann <friemann@src.gnome.org>
Tue, 27 Feb 2007 19:28:28 +0000 (19:28 +0000)
2007-02-27  Felix Riemann  <friemann@svn.gnome.org>

* io-ico.c: (fill_info): Add image/x-ico to supported mime types.
Fixes bug #393599.

svn path=/trunk/; revision=17361

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-ico.c

index 69dcadaa23b7d6b769df2139e8bfdbd492fbbb9c..0ece5e3ad576fae440ab84f44451e00e6aea9553 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-27  Felix Riemann  <friemann@svn.gnome.org>
+
+       * io-ico.c: (fill_info): Add image/x-ico to supported mime types.
+       Fixes bug #393599.
+
 2007-02-16  Matthias Clasen  <mclasen@redhat.com>
 
        * io-png.c: Don't leak in the error path.  (#405539, Daniel Atallah)
index 2923c77aebc03e86bb500a7be234ca01742806fa..04dde32141a5e92b7313724664211678cb417ce0 100644 (file)
@@ -1211,6 +1211,7 @@ MODULE_ENTRY (ico, fill_info) (GdkPixbufFormat *info)
        };
        static gchar * mime_types[] = {
                "image/x-icon",
+               "image/x-ico",
                NULL
        };
        static gchar * extensions[] = {