summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ico.c
diff options
context:
space:
mode:
authorFelix Riemann <friemann@svn.gnome.org>2007-02-27 19:28:28 +0000
committerFelix Riemann <friemann@src.gnome.org>2007-02-27 19:28:28 +0000
commit14f154b185e386b493e65d143b5d0972e391cf2d (patch)
tree6e35e0f2bdb3814c66ce9da876fca74d5cef258c /gdk-pixbuf/io-ico.c
parent99529356742ac64eb99b4dca4f977617523c9012 (diff)
downloadgdk-pixbuf-14f154b185e386b493e65d143b5d0972e391cf2d.tar.gz
Add image/x-ico to supported mime types. Fixes bug #393599.
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
Diffstat (limited to 'gdk-pixbuf/io-ico.c')
-rw-r--r--gdk-pixbuf/io-ico.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c
index 2923c77ae..04dde3214 100644
--- a/gdk-pixbuf/io-ico.c
+++ b/gdk-pixbuf/io-ico.c
@@ -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[] = {