forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
1ac5dcd49c
commit
07224aa7ba
@ -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>
|
2007-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* io-png.c: Don't leak in the error path. (#405539, Daniel Atallah)
|
* io-png.c: Don't leak in the error path. (#405539, Daniel Atallah)
|
||||||
|
@ -1211,6 +1211,7 @@ MODULE_ENTRY (ico, fill_info) (GdkPixbufFormat *info)
|
|||||||
};
|
};
|
||||||
static gchar * mime_types[] = {
|
static gchar * mime_types[] = {
|
||||||
"image/x-icon",
|
"image/x-icon",
|
||||||
|
"image/x-ico",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static gchar * extensions[] = {
|
static gchar * extensions[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user