aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-05 05:03:43 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-05 05:03:43 +0800
commitcfb26886967078899fdd8aefa3560b4626a3d29f (patch)
tree985eb1466565405b399924d9bb6207f18661715e /lib
parente889ef175ec5bd29379bf1d89816b54c8b776c72 (diff)
downloadgsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar.gz
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar.bz2
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar.lz
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar.xz
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.tar.zst
gsoc2013-epiphany-cfb26886967078899fdd8aefa3560b4626a3d29f.zip
Set ephy icon as window icon.
2004-10-04 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): Set ephy icon as window icon.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-chooser.c2
1 files changed, 2 insertions, 0 deletions
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;
}