diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/popup-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c index 8930d834c..c620d08df 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -237,6 +237,7 @@ save_property_url (GtkAction *action, ephy_embed_persist_set_persist_key (persist, CONF_STATE_SAVE_DIR); ephy_embed_persist_set_source (persist, location); + ephy_embed_persist_set_embed (persist, embed); g_signal_connect (persist, "completed", G_CALLBACK (save_property_url_completed_cb), NULL); |