*** empty log message ***
authorroot <root>
Fri, 20 Jan 2006 20:07:39 +0000 (20:07 +0000)
committerroot <root>
Fri, 20 Jan 2006 20:07:39 +0000 (20:07 +0000)
src/perl/selection-popup

index b71b240d539d10d69056c6a6dbc41e4d18f4b9d6..2db8a90c33a7babb4dd870048fb3b47803a77740 100644 (file)
@@ -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);