From 55bf511b92858a82d1ae8d1b32d38efdb80f463f Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 25 Feb 2013 15:21:49 -0500 Subject: Try more shortcut icon names https://bugzilla.gnome.org/show_bug.cgi?id=694704 --- lib/ephy-web-app-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c index 8087c426b..e12649aa8 100644 --- a/lib/ephy-web-app-utils.c +++ b/lib/ephy-web-app-utils.c @@ -209,6 +209,8 @@ get_icon_from_favicon (WebKitWebView *view, rel = webkit_dom_html_link_element_get_rel (WEBKIT_DOM_HTML_LINK_ELEMENT (node)); if (g_strcmp0 (rel, "shortcut-icon") == 0 || g_strcmp0 (rel, "shortcut icon") == 0 || + g_strcmp0 (rel, "SHORTCUT ICON") == 0 || + g_strcmp0 (rel, "Shortcut Icon") == 0 || g_strcmp0 (rel, "icon shortcut") == 0 || g_strcmp0 (rel, "icon") == 0) { image = webkit_dom_html_link_element_get_href (WEBKIT_DOM_HTML_LINK_ELEMENT (node)); -- cgit v1.2.3