aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-chooser.c
diff options
context:
space:
mode:
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;
}