ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.45 by root, Sat Jan 7 20:23:52 2006 UTC vs.
Revision 1.46 by root, Sat Jan 7 20:29:28 2006 UTC

993 993
994 local $urxvt::popup::self = $self; 994 local $urxvt::popup::self = $self;
995 995
996 urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0, 996 urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0,
997 "--transient-for" => $self->{term}->parent, 997 "--transient-for" => $self->{term}->parent,
998 "-pe" => "urxvt_popup") 998 "-pe" => "urxvt-popup")
999 or die "unable to create popup window\n"; 999 or die "unable to create popup window\n";
1000} 1000}
1001 1001
1002sub DESTROY { 1002sub DESTROY {
1003 my ($self) = @_; 1003 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines