aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 18:18:11 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 18:18:11 +0800
commitb503cf31550e1efebe0b7cc920f1395f31c6e97b (patch)
treefa9721525378f8e88aa4409577e6f74a98f3ed3c /src/ephy-main.c
parent6bda078417b917696fef7d8fe028391837ad5966 (diff)
downloadgsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.gz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.bz2
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.lz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.xz
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.tar.zst
gsoc2013-epiphany-b503cf31550e1efebe0b7cc920f1395f31c6e97b.zip
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.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c5
1 files changed, 1 insertions, 4 deletions
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);