aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 8036a8d..0b83f9e 100644
--- a/url-picker
+++ b/url-picker
@@ -20,7 +20,7 @@ sub on_user_command {
my $row = -1;
my $num = 0;
while ($row++ < $self->nrow) {
- my $text = $self->line($row)->t;
+ my $text = $self->ROW_t($row);
while ($text =~ /$url/g)
{
my $col = $-[0];