[epiphany] Revert "Properly show the new icon on about:web"



commit deb1075465f09d2a82570cea4154d0d00aa28fb1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jul 25 14:08:45 2018 -0500

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

 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 970f2af2c..d19c2fd72 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",
-                                          256,
-                                          GTK_ICON_LOOKUP_FORCE_SVG);
+                                          512,
+                                          GTK_ICON_LOOKUP_GENERIC_FALLBACK);
 
   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]