aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-05 05:01:29 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-05 05:01:29 +0800
commite889ef175ec5bd29379bf1d89816b54c8b776c72 (patch)
treea37bb2eaaeb4b189b4c9b0cbbf2f107a20179058 /src/pdm-dialog.c
parentb1c398cec070c58d4a287ab8e7d9bffde1b0a20b (diff)
downloadgsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar.gz
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar.bz2
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar.lz
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar.xz
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.tar.zst
gsoc2013-epiphany-e889ef175ec5bd29379bf1d89816b54c8b776c72.zip
Set ephy icon as window icon.
2004-10-04 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_init): Set ephy icon as window icon.
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-xsrc/pdm-dialog.c6
1 files changed, 5 insertions, 1 deletions
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