diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-05 04:53:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-05 04:53:35 +0800 |
commit | 2c645faf84fb0a66d2bee7552e2cae3f617e4bf6 (patch) | |
tree | 8440c181c2f69c042bf21b755b99fe1fc409a06e /ChangeLog | |
parent | 3279267d7355538532e7d4b831aaaea5fcb482d6 (diff) | |
download | gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar.gz gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar.bz2 gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar.lz gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar.xz gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.tar.zst gsoc2013-epiphany-2c645faf84fb0a66d2bee7552e2cae3f617e4bf6.zip |
Set window icon with gtk_window_set_icon_name().
2004-10-04 Christian Persch <chpe@cvs.gnome.org>
* embed/print-dialog.c: (ephy_print_dialog_new),
(ephy_print_setup_dialog_new):
Set window icon with gtk_window_set_icon_name().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-10-04 Christian Persch <chpe@cvs.gnome.org> + * embed/print-dialog.c: (ephy_print_dialog_new), + (ephy_print_setup_dialog_new): + + Set window icon with gtk_window_set_icon_name(). + +2004-10-04 Christian Persch <chpe@cvs.gnome.org> + * embed/downloader-view.c: (downloader_view_build_ui): Set the window icon. |