projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05f79e
)
*** empty log message ***
author
root
<root>
Fri, 20 Jan 2006 20:07:39 +0000
(20:07 +0000)
committer
root
<root>
Fri, 20 Jan 2006 20:07:39 +0000
(20:07 +0000)
src/perl/selection-popup
patch
|
blob
|
history
diff --git
a/src/perl/selection-popup
b/src/perl/selection-popup
index b71b240d539d10d69056c6a6dbc41e4d18f4b9d6..2db8a90c33a7babb4dd870048fb3b47803a77740 100644
(file)
--- 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);