diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-19 21:29:46 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-19 21:29:46 +0800 |
commit | 89f824edb461ffa185ca78962f39f582919544f4 (patch) | |
tree | 7f9f062d10397f7d3abb613eaa5fa78179cb9e1d /ChangeLog | |
parent | 4e2ac65da1cf8ac42f4dbbbb1f7fe3e021433565 (diff) | |
download | gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar.gz gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar.bz2 gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar.lz gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar.xz gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.tar.zst gsoc2013-epiphany-89f824edb461ffa185ca78962f39f582919544f4.zip |
We cant remove while iterating childrens, build a list and remove later.
2003-10-19 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-history.c: (update_host_on_child_remove),
(update_hosts):
We cant remove while iterating childrens, build a list
and remove later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-10-19 Marco Pesenti Gritti <marco@gnome.org> + + * embed/ephy-history.c: (update_host_on_child_remove), + (update_hosts): + + We cant remove while iterating childrens, build a list + and remove later. + 2003-10-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-location-action.c: (init_actions_list): |