[epiphany/new-icon-for-gnome-3-32: 66/66] Revert "Revert "Properly show the new icon on about:web""



commit 80eb572e4a1ad6cf94927abf0de23314dcf63fb8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jul 25 14:10:03 2018 -0500

    Revert "Revert "Properly show the new icon on about:web""
    
    This reverts commit deb1075465f09d2a82570cea4154d0d00aa28fb1.

 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 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\" />"


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