aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-chooser.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 /lib/ephy-file-chooser.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 'lib/ephy-file-chooser.c')
-rw-r--r--lib/ephy-file-chooser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c
index fe85eee4f..285d6027a 100644
--- a/lib/ephy-file-chooser.c
+++ b/lib/ephy-file-chooser.c
@@ -26,7 +26,6 @@
#include "ephy-gui.h"
#include "ephy-debug.h"
#include "ephy-settings.h"
-#include "ephy-stock-icons.h"
#include "ephy-string.h"
#include <gtk/gtk.h>
@@ -121,8 +120,6 @@ ephy_file_chooser_constructor (GType type,
(GTK_FILE_CHOOSER (object), downloads_dir, NULL);
g_free (downloads_dir);
- gtk_window_set_icon_name (GTK_WINDOW (object), EPHY_STOCK_EPHY);
-
return object;
}