forked from AuroraMiddleware/gtk
Use better magic. (#339877, Bastien Nocera)
2007-10-16 Matthias Clasen <mclasen@redhat.com> * io-wbmp.c: Use better magic. (#339877, Bastien Nocera) svn path=/trunk/; revision=18915
This commit is contained in:
parent
6abe62c95b
commit
365e7efc35
@ -1,3 +1,7 @@
|
||||
2007-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* io-wbmp.c: Use better magic. (#339877, Bastien Nocera)
|
||||
|
||||
2007-09-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.12.0 ===
|
||||
|
@ -357,7 +357,10 @@ void
|
||||
MODULE_ENTRY (wbmp, fill_info) (GdkPixbufFormat *info)
|
||||
{
|
||||
static GdkPixbufModulePattern signature[] = {
|
||||
{ " ", "z", 1 },
|
||||
{ " ", "zz", 1 },
|
||||
{ " \140", "z ", 1 },
|
||||
{ " \100", "z ", 1 },
|
||||
{ " \040", "z ", 1 },
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
static gchar * mime_types[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user