aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 16:52:26 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 16:52:26 +0800
commit86a17ef48fd7a3e549b5d0cd9dc57a59ad233332 (patch)
tree28135383aad6d361ca7adb23bf4a060a0878bd2f /src/ephy-history-window.c
parent9af155fcc487ea8e75541c8c93707e1c5aa30f58 (diff)
downloadgsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.gz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.bz2
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.lz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.xz
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.tar.zst
gsoc2013-epiphany-86a17ef48fd7a3e549b5d0cd9dc57a59ad233332.zip
Remove the history stock icon
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index e263d4cc0..4c46e8333 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -1096,7 +1096,6 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
ephy_gui_ensure_window_group (GTK_WINDOW (editor));
gtk_window_set_title (GTK_WINDOW (editor), _("History"));
- gtk_window_set_icon_name (GTK_WINDOW (editor), EPHY_STOCK_HISTORY);
g_signal_connect (editor, "delete_event",
G_CALLBACK (delete_event_cb), NULL);