diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-26 23:03:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-26 23:03:11 +0800 |
commit | ed734ac6890029f657a94dc3e8ff419d34251c88 (patch) | |
tree | 328e81206431ea9aeca2236398a5e01e1fdd4b89 /ChangeLog | |
parent | 5c4078df2c17f93ca5e2ec679f65bac7c9102e6f (diff) | |
download | gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar.gz gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar.bz2 gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar.lz gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar.xz gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.tar.zst gsoc2013-epiphany-ed734ac6890029f657a94dc3e8ff419d34251c88.zip |
Check dom_event, emit warning and return if it is NULL.
2003-06-26 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: (mozilla_embed_dom_key_down_cb),
(mozilla_embed_dom_mouse_down_cb), (mozilla_embed_dom_mouse_click_cb):
Check dom_event, emit warning and return if it is NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-06-26 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_dom_key_down_cb), + (mozilla_embed_dom_mouse_down_cb), (mozilla_embed_dom_mouse_click_cb): + + Check dom_event, emit warning and return if it is NULL. + 2003-06-26 Marco Pesenti Gritti <marco@it.gnome.org> * src/ephy-window.c: (tab_added_cb): |