From ecdf26e93484252c6a231635f2711fba2ee45f58 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2006 20:07:39 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/selection-popup | 1 - 1 file changed, 1 deletion(-) diff --git a/src/perl/selection-popup b/src/perl/selection-popup index b71b240d..2db8a90c 100644 --- a/src/perl/selection-popup +++ b/src/perl/selection-popup @@ -74,7 +74,6 @@ sub on_button_press { /^(http|ftp|telnet|irc|news):\// and $add_button->("run $self->{browser}" => sub { $self->exec_async ($self->{browser}, $_) }); - warn "hook for $self $self->{term}\n";#d# for my $hook (@{ $self->{term}{selection_popup_hook} || [] }) { if (my ($title, $cb) = $hook->($popup)) { $add_button->($title, $cb); -- 2.34.1