summaryrefslogtreecommitdiff
path: root/src/urlview_formaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlview_formaction.cpp')
-rw-r--r--src/urlview_formaction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlview_formaction.cpp b/src/urlview_formaction.cpp
index 60942d07..7a2a9fda 100644
--- a/src/urlview_formaction.cpp
+++ b/src/urlview_formaction.cpp
@@ -33,6 +33,7 @@ void urlview_formaction::process_operation(operation op, bool /* automatic */, s
if (!v->open_in_browser(links[idx].first)) {
v->show_error(_("Browser failed to open the link!"));
}
+ v->set_status("");
} else {
v->show_error(_("No link selected!"));
}
@@ -67,6 +68,7 @@ void urlview_formaction::process_operation(operation op, bool /* automatic */, s
if (!v->open_in_browser(links[idx].first)) {
v->show_error(_("Browser failed to open the link!"));
}
+ v->set_status("");
}
}
break;