aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 6c1191baf..06b88cd2f 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -270,7 +270,7 @@ window_cmd_view_reload (GtkAction *action,
ephy_embed_activate (embed);
ephy_embed_reload (embed, force ? EMBED_RELOAD_NORMAL
- : EMBED_RELOAD_BYPASSCACHE);
+ : EMBED_RELOAD_FORCE);
}
void