ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/selection-popup
(Generate patch)

Comparing rxvt-unicode/src/perl/selection-popup (file contents):
Revision 1.20 by ayin, Wed Oct 31 18:12:27 2007 UTC vs.
Revision 1.21 by ayin, Wed Oct 31 18:15:42 2007 UTC

12} 12}
13 13
14sub on_start { 14sub on_start {
15 my ($self) = @_; 15 my ($self) = @_;
16 16
17 $self->{browser} = $self->x_resource ("urlLauncher") || "x-www-browser"; 17 $self->{browser} = $self->x_resource ("urlLauncher") || "sensible-browser";
18 18
19 $self->grab_button (3, urxvt::ControlMask); 19 $self->grab_button (3, urxvt::ControlMask);
20 20
21 () 21 ()
22} 22}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines