diff options
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index c90dcf0fc..4db684ea7 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -234,7 +234,7 @@ save_property_url (GtkAction *action, (persist, EPHY_EMBED_PERSIST_FROM_CACHE | (ask_dest ? EPHY_EMBED_PERSIST_ASK_DESTINATION : 0)); ephy_embed_persist_set_persist_key - (persist, CONF_STATE_SAVE_DIR); + (persist, EPHY_PREFS_STATE_SAVE_DIR); ephy_embed_persist_set_source (persist, location); ephy_embed_persist_set_embed (persist, embed); |