aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Camden <sterling@camdensoftware.com>2010-09-10 20:32:08 -0700
committerSterling Camden <sterling@camdensoftware.com>2010-09-10 20:32:08 -0700
commit460a8b4c3765a27c6d2a686a946ebe3d51d377d3 (patch)
treebb8b7f9bf5a4e71fce8bb208dc11cf184c9c309a
parent6771d56ee4c2f28ca1d50e5f93e447819b61a582 (diff)
Correct text for rows that wrap.
-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];