Implemented one more callback for the popup menu

This commit is contained in:
Pierre Pronchery 2013-05-21 06:29:24 +02:00
parent 9eb2491453
commit 149fc40d26

View File

@ -1309,7 +1309,11 @@ static void _on_save_image_as(gpointer data)
/* on_save_link_as */ /* on_save_link_as */
static void _on_save_link_as(gpointer data) static void _on_save_link_as(gpointer data)
{ {
/* FIXME implement */ GHtml * ghtml = data;
surfer_download(ghtml->surfer, ghtml->popup_link, NULL);
free(ghtml->popup_link);
ghtml->popup_link = NULL;
} }
#endif #endif