aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
-rw-r--r--src/ephy-history-window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index a716fd9fa..4a09e768e 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1119,7 +1119,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor)
gtk_window_set_title (GTK_WINDOW (editor), _("Bookmarks"));
- icon = gtk_widget_render_icon (GTK_WINDOW (editor),
+ icon = gtk_widget_render_icon (GTK_WIDGET (editor),
EPHY_STOCK_BOOKMARKS,
GTK_ICON_SIZE_MENU,
NULL);
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 9199a034a..e1605335c 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -951,7 +951,7 @@ ephy_history_window_construct (EphyHistoryWindow *editor)
gtk_window_set_title (GTK_WINDOW (editor), _("History"));
- icon = gtk_widget_render_icon (GTK_WINDOW (editor),
+ icon = gtk_widget_render_icon (GTK_WIDGET (editor),
EPHY_STOCK_HISTORY,
GTK_ICON_SIZE_MENU,
NULL);