mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 14:06:21 +00:00
Display a message acknowledging file saving success
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
committed by
Michael Vetter
parent
f9961677aa
commit
233494d01e
@@ -9138,6 +9138,8 @@ cmd_url_save(ProfWin *window, const char *const command, gchar **args)
|
|||||||
|
|
||||||
if (!call_external(argv, NULL, NULL)) {
|
if (!call_external(argv, NULL, NULL)) {
|
||||||
cons_show_error("Unable to save url: check the logs for more information.");
|
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);
|
g_free(target_dir);
|
||||||
|
|||||||
Reference in New Issue
Block a user