From: root Date: Fri, 20 Jan 2006 20:07:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ecdf26e93484252c6a231635f2711fba2ee45f58;p=dana%2Furxvt.git *** empty log message *** --- 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);