From 233494d01edb5aadbe6fdda24f353e807c6680b3 Mon Sep 17 00:00:00 2001 From: Pierre Mazière Date: Mon, 15 Jun 2020 11:31:44 +0200 Subject: Display a message acknowledging file saving success MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- src/command/cmd_funcs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 4d084aac..b7a6dec3 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -9138,6 +9138,8 @@ cmd_url_save(ProfWin *window, const char *const command, gchar **args) if (!call_external(argv, NULL, NULL)) { cons_show_error("Unable to save url: check the logs for more information."); + } else { + cons_show("URL '%s' has been saved into '%s'.", uri, target_path); } g_free(target_dir); -- cgit 1.4.1-2-gfad0