diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-05 08:31:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-05 08:31:06 +0800 |
commit | efbcfccc35fffe945d517716db426730b7da3c6b (patch) | |
tree | 22a97100dc04caf2e6d913ff5c01d56fac8a96b4 /ChangeLog | |
parent | a6a3257ce715d1e88f656b29def443829af1967d (diff) | |
download | gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar.gz gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar.bz2 gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar.lz gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar.xz gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.tar.zst gsoc2013-epiphany-efbcfccc35fffe945d517716db426730b7da3c6b.zip |
Don't assume Desktop directory location, check the gconf key if it's
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
$HOME/Desktop or $HOME. Fixes bug #134951.
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> + * lib/ephy-file-helpers.c: (ephy_file_downloads_dir): + + Don't assume Desktop directory location, check the gconf key if it's + $HOME/Desktop or $HOME. Fixes bug #134951. + +2004-03-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyHeaderSniffer.cpp: Replace filename validity check, it was making the filename invalid |