aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-06-14 21:12:26 +0800
committerChristian Persch <chpe@src.gnome.org>2004-06-14 21:12:26 +0800
commit6a6db353ca01d693c363c249903e63546f48e837 (patch)
tree7b86bd1f71671fa711d5dea13428460e9c99299f /ChangeLog
parent81bb2e461a848f2ed7c85d5c4ba7404ae4945c18 (diff)
downloadgsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar.gz
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar.bz2
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar.lz
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar.xz
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.tar.zst
gsoc2013-epiphany-6a6db353ca01d693c363c249903e63546f48e837.zip
Get rid of EmbedReloadFlags, and use a gboolean force parameter in
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 997fde2da..f994579db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: