aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index c0054d1e6..ba21bb048 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -1195,16 +1195,10 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
EphyNode *node;
GtkUIManager *ui_merge;
GtkActionGroup *action_group;
- GdkPixbuf *icon;
int col_id, details_value;
gtk_window_set_title (GTK_WINDOW (editor), _("History"));
-
- icon = gtk_widget_render_icon (GTK_WIDGET (editor),
- EPHY_STOCK_HISTORY,
- GTK_ICON_SIZE_MENU,
- NULL);
- gtk_window_set_icon (GTK_WINDOW(editor), icon);
+ gtk_window_set_icon_name (GTK_WINDOW (editor), EPHY_STOCK_HISTORY);
g_signal_connect (editor, "delete_event",
G_CALLBACK (delete_event_cb), NULL);