[epiphany] ephy-window: Set the icon name as "web-browser"



commit 848f7c1c79ea111c67adfb364f867c6a3aa4d31d
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Tue Jan 7 15:46:37 2014 +0200

    ephy-window: Set the icon name as "web-browser"
    
    For the fallback app-menu in the headerbar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720930

 src/ephy-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 7826f6c..8f0f30c 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3618,6 +3618,7 @@ ephy_window_new (void)
 {
        return g_object_new (EPHY_TYPE_WINDOW,
                             "application", GTK_APPLICATION (ephy_shell_get_default ()),
+                            "icon-name", "web-browser",
                             NULL);
 }
 


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