[epiphany] ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon



commit f016ecc3cba44113df9641d6a3dceab9a14751ec
Author: Peter Bui <pnutzh4x0r gmail com>
Date:   Tue Jul 21 16:25:14 2009 +0300

    ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon
    
    Bug #578575
    
    Signed-off-by: Xan Lopez <xan gnome org>

 embed/ephy-favicon-cache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index bed95ed..f70a7d3 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -696,6 +696,7 @@ ephy_favicon_cache_get (EphyFaviconCache *cache,
 			return NULL;
 		}
 		valid = strcmp (mime_type, "image/x-ico") == 0 ||
+			strcmp (mime_type, "image/vnd.microsoft.icon") == 0 ||
 			strcmp (mime_type, "image/png") == 0 ||
 			strcmp (mime_type, "image/gif") == 0;
 		is_ao = strcmp (mime_type, "application/octet-stream") == 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]