mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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>
|
||||
|
||||
* 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[] = {
|
||||
"image/x-icon",
|
||||
"image/x-ico",
|
||||
NULL
|
||||
};
|
||||
static gchar * extensions[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user