diff options
author | 8 <clahey@ximian.com> | 2004-01-08 23:42:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2004-01-08 23:42:09 +0800 |
commit | 54ceff0ed9f6f9085d084903453e77950e41ace3 (patch) | |
tree | de76defb3f310ec00e613907543dd214f15ec03d /ChangeLog | |
parent | f4d976d3d8675948af9bf4ab28e900cc2dcc72e5 (diff) | |
download | gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar.gz gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar.bz2 gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar.lz gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar.xz gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.tar.zst gsoc2013-epiphany-54ceff0ed9f6f9085d084903453e77950e41ace3.zip |
Don't save the file if disable_save_to_disk is on.
2004-01-08 <clahey@ximian.com>
* embed/mozilla/ContentHandler.cpp (MIMEAskAction): Don't save the
file if disable_save_to_disk is on.
* lib/ephy-prefs.h (CONF_DISABLE_SAVE_TO_DISK): Added this key here.
* src/ephy-window.c (update_actions): Obey disable_save_to_disk.
Also, disable toggling view settings if their keys are locked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-01-08 <clahey@ximian.com> + + * embed/mozilla/ContentHandler.cpp (MIMEAskAction): Don't save the + file if disable_save_to_disk is on. + + * lib/ephy-prefs.h (CONF_DISABLE_SAVE_TO_DISK): Added this key here. + + * src/ephy-window.c (update_actions): Obey disable_save_to_disk. + Also, disable toggling view settings if their keys are locked. + 2004-01-06 Piers Cornwell <piers@myrealbox.com> * help/C/epiphany-C.omf |