aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 4c4d72372..266e9e405 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -272,8 +272,8 @@ window_cmd_view_reload (GtkAction *action,
ephy_embed_activate (embed);
- ephy_embed_reload (embed, force ? EMBED_RELOAD_NORMAL
- : EMBED_RELOAD_FORCE);
+ ephy_embed_reload (embed, force ? EMBED_RELOAD_FORCE
+ : EMBED_RELOAD_NORMAL);
}
void