diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-03 05:30:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-03 05:30:04 +0800 |
commit | fdb9695a63e0d25e9adffeb485962ee62e67f310 (patch) | |
tree | 08b1288995fccfe1e25c65595c3c2ac2b7d7ebad /ChangeLog | |
parent | 8dc95a5c584d8fdb99afec102702bd8801b95266 (diff) | |
download | gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar.gz gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar.bz2 gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar.lz gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar.xz gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.tar.zst gsoc2013-epiphany-fdb9695a63e0d25e9adffeb485962ee62e67f310.zip |
If we can't detect the mime type, fall back to checking the file
2006-03-02 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
If we can't detect the mime type, fall back to checking the file
extension. Bug #331468.
* src/ephy-main.c: (main):
Don't pass NULL to realpath if PATH_MAX is defined. Bug #333051.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-03-02 Christian Persch <chpe@cvs.gnome.org> + + * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): + + If we can't detect the mime type, fall back to checking the file + extension. Bug #331468. + + * src/ephy-main.c: (main): + + Don't pass NULL to realpath if PATH_MAX is defined. Bug #333051. + 2006-03-02 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed-shell.c:(ephy_embed_shell_dispose): |