mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
Merge branch 'backport-4373-macos-ico-fix-glib-2-82' into 'glib-2-82'
Backport !4373 “macos: Remove extraous space from type identifier” to glib-2-82 See merge request GNOME/glib!4381
This commit is contained in:
commit
de7779fbd3
@ -400,7 +400,7 @@ g_content_type_from_mime_type_impl (const gchar *mime_type)
|
||||
if (g_str_has_suffix (mime_type, "x-tga"))
|
||||
return g_strdup ("com.truevision.tga-image");
|
||||
if (g_str_has_suffix (mime_type, "x-ico"))
|
||||
return g_strdup ("com.microsoft.ico ");
|
||||
return g_strdup ("com.microsoft.ico");
|
||||
}
|
||||
|
||||
/* These are also not supported...
|
||||
|
Loading…
Reference in New Issue
Block a user