diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-04-18 18:29:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-04-18 18:29:03 +0800 |
commit | 187c9cdee99497964d4ff05ca609e2d40240920c (patch) | |
tree | 0d8aa86ebc97fb5c31cf1aea84bc911508b513a7 /ChangeLog | |
parent | 4718a00482f6b2c952dd1cc6cd5abf20eda3365b (diff) | |
download | gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar.gz gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar.bz2 gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar.lz gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar.xz gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.tar.zst gsoc2013-epiphany-187c9cdee99497964d4ff05ca609e2d40240920c.zip |
Fix chrome for new windows opened from _blank target. Fixes bug #139512.
2004-04-18 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
* src/ephy-window.c: (ephy_window_set_chrome),
(ephy_window_set_property), (ephy_window_class_init):
Fix chrome for new windows opened from _blank target.
Fixes bug #139512.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-04-18 Marco Pesenti Gritti <marco@gnome.org> + + * embed/ephy-embed.c: (ephy_embed_chrome_get_type): + * embed/ephy-embed.h: + * embed/mozilla/mozilla-embed.cpp: + * src/ephy-window.c: (ephy_window_set_chrome), + (ephy_window_set_property), (ephy_window_class_init): + + Fix chrome for new windows opened from _blank target. + Fixes bug #139512. + 2004-04-18 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.h: |