From cfb26886967078899fdd8aefa3560b4626a3d29f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 4 Oct 2004 21:03:43 +0000 Subject: Set ephy icon as window icon. 2004-10-04 Christian Persch * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): Set ephy icon as window icon. --- ChangeLog | 6 ++++++ lib/ephy-file-chooser.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3f24767cb..c2a290e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-04 Christian Persch + + * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): + + Set ephy icon as window icon. + 2004-10-04 Christian Persch * src/pdm-dialog.c: (pdm_dialog_init): diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index 2494c9e38..156937509 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -119,6 +119,8 @@ 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), "web-browser"); + return object; } -- cgit v1.2.3