summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-07-25 14:10:03 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-07-25 14:10:03 -0500
commitf3ffd74b264a32ce12c057b98d0fb135dce4be45 (patch)
treeb29cc87cbe9912904de62c9c6386b5b011e985c2
parent4b354207d7b18bb6ea7bf9b257bc0ef867d94833 (diff)
downloadepiphany-new-icon-for-gnome-3-32.tar.gz
Revert "Revert "Properly show the new icon on about:web""new-icon-for-gnome-3-32
This reverts commit deb1075465f09d2a82570cea4154d0d00aa28fb1.
-rw-r--r--embed/ephy-about-handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index d19c2fd72..970f2af2c 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\" />"