aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-30 23:23:13 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-30 23:23:13 +0800
commit55bd674a3c1ed29cd2df0f371d85046aa773dcbd (patch)
tree321f316ad7464a3daefaae3f2225c06244bf77cc /ChangeLog
parentd5cc84ca39cfd9839b9ebd475196c92072181d50 (diff)
downloadgsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar.gz
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar.bz2
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar.lz
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar.xz
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.tar.zst
gsoc2013-epiphany-55bd674a3c1ed29cd2df0f371d85046aa773dcbd.zip
Don't crash if we get the new-window signal on the embed single for a
2005-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Don't crash if we get the new-window signal on the embed single for a non-chrome window; just don't open any window in that case. Part of bug #165445.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c864615b2..f71086ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-30 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/mozilla-embed-single.cpp:
+
+ Don't crash if we get the new-window signal on the embed single
+ for a non-chrome window; just don't open any window in that case.
+ Part of bug #165445.
+
2005-01-28 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: