diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-01 21:43:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-01 21:43:47 +0800 |
commit | 3dd224ab9286d3099a503d21a0771417372b377e (patch) | |
tree | 98edf929a0a041cad9942dcb37a64384bba34ba1 /ChangeLog | |
parent | 0cbb825713bb897942a709b09f98d0f123075794 (diff) | |
download | gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar.gz gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar.bz2 gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar.lz gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar.xz gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.tar.zst gsoc2013-epiphany-3dd224ab9286d3099a503d21a0771417372b377e.zip |
Only save history db if there have been changes. Fixes bug #125973.
2003-11-01 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-history.c: (ephy_history_save), (hosts_added_cb),
(hosts_removed_cb), (hosts_changed_cb), (pages_added_cb),
(pages_removed_cb), (pages_changed_cb), (ephy_history_init):
Only save history db if there have been changes. Fixes bug #125973.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-11-01 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-history.c: (ephy_history_save), (hosts_added_cb), + (hosts_removed_cb), (hosts_changed_cb), (pages_added_cb), + (pages_removed_cb), (pages_changed_cb), (ephy_history_init): + + Only save history db if there have been changes. Fixes bug #125973. + +2003-11-01 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/FilePicker.cpp: * lib/ephy-file-chooser.c: (current_folder_changed_cb), (ephy_file_chooser_init), (ephy_file_chooser_set_persist_key), |