From b503cf31550e1efebe0b7cc920f1395f31c6e97b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Jan 2012 11:18:11 +0100 Subject: Get rid of EPHY_STOCK_EPHY In 99% of the cases we were using it for gtk_window_set_icon_name, which does nothing in GNOME 3. In the couple of valid use cases, just use "web-browser" directly. --- src/ephy-main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index 0fca11d59..e4ddc7735 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -29,7 +29,6 @@ #include "ephy-settings.h" #include "ephy-shell.h" #include "ephy-state.h" -#include "ephy-stock-icons.h" #include "ephy-string.h" #include "ephy-web-app-utils.h" @@ -411,8 +410,7 @@ main (int argc, exit (1); } g_strfreev (arguments); - arguments = args; - } + arguments = args; } /* Get a timestamp manually if need be */ if (user_time == 0) @@ -454,7 +452,6 @@ main (int argc, g_set_prgname ("epiphany"); g_set_application_name (_("Web")); - gtk_window_set_default_icon_name (EPHY_STOCK_EPHY); } _ephy_shell_create_instance (mode); -- cgit v1.2.3