--- rxvt-unicode/src/perl/selection-popup 2006/01/18 11:05:09 1.13 +++ rxvt-unicode/src/perl/selection-popup 2006/01/19 09:47:15 1.14 @@ -71,7 +71,7 @@ and $add_button->("shell quote" => sub { $_ = "\Q$_" }); /^(http|ftp|telnet|irc|news):\// - and $add_button->("run $self->{browser}" => sub { urxvt::exec_async $self->{browser}, $_ }); + and $add_button->("run $self->{browser}" => sub { $self->exec_async ($self->{browser}, $_) }); for my $hook (@hook) { if (my ($title, $cb) = $hook->($popup)) {