diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-06-14 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-embed.c: (ephy_embed_reload): + * embed/ephy-embed.h: + * embed/mozilla/mozilla-embed.cpp: + * src/prefs-dialog.c: + * src/window-commands.c: (window_cmd_view_reload): + + Get rid of EmbedReloadFlags, and use a gboolean force parameter + in ephy_embed_reload() instead, since we only had two states anyway + - EMBED_RELOAD_NORMAL, and EMBED_RELOAD_FORCE. + 2004-06-13 Marco Pesenti Gritti <marco@gnome.org> * configure.in: |