aboutsummaryrefslogtreecommitdiff
path: root/url-picker
diff options
context:
space:
mode:
Diffstat (limited to 'url-picker')
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 229ab5c..cce6d69 100644
--- a/url-picker
+++ b/url-picker
@@ -92,7 +92,7 @@ sub on_user_command {
}
}
- my ($num, $labels, $hrefs) = build_overlays($self, $text, $rowmap);
+ my ($num, $labels, $hrefs) = $self->build_overlays($text, $rowmap);
if ($num < 1) {
my $desc = $issel ? "in visible selected text" : "on visible screen";