]> spindle.queued.net Git - midori/commitdiff
Add image/vnd.microsoft.icon to favicon support
authorDale Whittaker <dale@dalew.co.uk>
Thu, 17 Jul 2008 10:34:34 +0000 (12:34 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 17 Jul 2008 10:34:34 +0000 (12:34 +0200)
midori/midori-webview.c

index 2748efc63e851a0ed99da829e5b19fb5c30e30eb..3201607ed113283a6ac045e4c6902d12415877fa 100644 (file)
@@ -939,7 +939,8 @@ midori_web_view_get_icon (MidoriWebView* web_view)
         {
             content_type = g_file_info_get_content_type (info);
             icon = (!strcmp (content_type, "image/x-icon")
-                || !strcmp (content_type, "image/x-ico"))
+                || !strcmp (content_type, "image/x-ico")
+                || !strcmp (content_type, "image/vnd.microsoft.icon"))
                 ? g_file_icon_new (icon_file) : NULL;
         }