From e889ef175ec5bd29379bf1d89816b54c8b776c72 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 4 Oct 2004 21:01:29 +0000 Subject: Set ephy icon as window icon. 2004-10-04 Christian Persch * src/pdm-dialog.c: (pdm_dialog_init): Set ephy icon as window icon. --- ChangeLog | 6 ++++++ src/pdm-dialog.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67d0f2117..3f24767cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-04 Christian Persch + + * src/pdm-dialog.c: (pdm_dialog_init): + + Set ephy icon as window icon. + 2004-10-04 Christian Persch * src/prefs-dialog.c: (prefs_dialog_init): diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index 80169e311..e99a872bd 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -803,7 +803,7 @@ static void pdm_dialog_init (PdmDialog *dialog) { PdmActionInfo *cookies, *passwords; - GtkWidget *notebook; + GtkWidget *notebook, *window; dialog->priv = EPHY_PDM_DIALOG_GET_PRIVATE (dialog); @@ -816,6 +816,10 @@ pdm_dialog_init (PdmDialog *dialog) "pdm_dialog", NULL); + window = ephy_dialog_get_control (EPHY_DIALOG (dialog), + properties[PROP_WINDOW].id); + gtk_window_set_icon_name (GTK_WINDOW (window), "web-browser"); + /** * Group all Properties and Remove buttons in the same size group to * avoid the little jerk you get otherwise when switching pages because -- cgit v1.2.3