From cfaf78f79dbbbe93fb588bc4c9d645697b5a949f Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Sun, 23 Mar 2003 23:27:59 +0000 Subject: Use the ephy-bookmarks.png for the window icon. 2003-03-23 David Bordoley * src/bookmarks/ephy-bookmarks-editor.c: Use the ephy-bookmarks.png for the window icon. --- src/bookmarks/ephy-bookmarks-editor.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 8a0a94f0f..6866de26c 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -567,6 +567,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor) char *selected_id_str; EggMenuMerge *ui_merge; EggActionGroup *action_group; + const char *icon_path; int i; g_signal_connect (editor, "delete_event", @@ -595,6 +596,8 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor) editor->priv->ui_merge = ui_merge; editor->priv->action_group = action_group; + icon_path = ephy_file ("epiphany-bookmarks.png"); + gtk_window_set_icon_from_file (GTK_WINDOW (editor), icon_path, NULL); gtk_window_set_title (GTK_WINDOW (editor), _("Bookmarks")); gtk_widget_set_size_request (GTK_WIDGET (editor), 500, 450); -- cgit v1.2.3