aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index ac5e5ee43..f145c1d76 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -328,6 +328,13 @@ popup_cmd_download_link (GtkAction *action,
}
void
+popup_cmd_download_link_as (GtkAction *action,
+ EphyWindow *window)
+{
+ save_property_url (action, _("Download link"), window,
+ TRUE, "link");
+}
+void
popup_cmd_save_image_as (GtkAction *action,
EphyWindow *window)
{