[epiphany] Properly show the new icon on about:web
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Properly show the new icon on about:web
- Date: Tue, 24 Jul 2018 14:11:30 +0000 (UTC)
commit 8abee720b529f7ce6e7a0c8f2cbf26930d3e8bab
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Jul 24 09:09:45 2018 -0500
Properly show the new icon on about:web
embed/ephy-about-handler.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 5cc628394..dd0a489af 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -167,8 +167,8 @@ ephy_about_handler_handle_about (EphyAboutHandler *handler,
icon_info = gtk_icon_theme_lookup_icon (gtk_icon_theme_get_default (),
"org.gnome.Epiphany",
- 512,
- GTK_ICON_LOOKUP_GENERIC_FALLBACK);
+ 256,
+ GTK_ICON_LOOKUP_FORCE_SVG);
data = g_strdup_printf ("<html><head><title>%s</title>"
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]