aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/popup-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 38613e216..8771274c6 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -289,7 +289,7 @@ save_property_url (GtkAction *action,
ephy_embed_persist_set_flags
(persist, ask_dest ? EMBED_PERSIST_ASK_DESTINATION : 0);
ephy_embed_persist_set_persist_key
- (persist, CONF_STATE_DOWNLOADING_DIR);
+ (persist, CONF_STATE_DOWNLOAD_DIR);
ephy_embed_persist_set_source (persist, location);
ephy_embed_persist_save (persist);