diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-05 19:48:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-05 19:48:17 +0800 |
commit | e84ae1938ab8d79442a7f82580e3f965f78f461a (patch) | |
tree | 4af79fc8732a8b7827f219868c200e70d3a35528 /ChangeLog | |
parent | efbcfccc35fffe945d517716db426730b7da3c6b (diff) | |
download | gsoc2013-epiphany-e84ae1938ab8d79442a7f82580e3f965f78f461a.tar.gz gsoc2013-epiphany-e84ae1938ab8d79442a7f82580e3f965f78f461a.tar.zst gsoc2013-epiphany-e84ae1938ab8d79442a7f82580e3f965f78f461a.zip |
Don't return an error when a DOM document isn't a HTML document, it's ok
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Don't return an error when a DOM document isn't a HTML document, it's ok
not to be one (happens for XUL docs, like about:config).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-03-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyBrowser.cpp: + + Don't return an error when a DOM document isn't a HTML document, it's ok + not to be one (happens for XUL docs, like about:config). + +2004-03-05 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-file-helpers.c: (ephy_file_downloads_dir): Don't assume Desktop directory location, check the gconf key if it's |