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

Comparing rxvt-unicode/src/perl/selection-pastebin (file contents):
Revision 1.2 by root, Tue Jan 17 16:57:07 2006 UTC vs.
Revision 1.3 by root, Tue Jan 17 17:01:54 2006 UTC

5my $pastebin_url; 5my $pastebin_url;
6 6
7sub on_start { 7sub on_start {
8 my ($self) = @_; 8 my ($self) = @_;
9 $pastebin_cmd = 9 $pastebin_cmd =
10 $self->x_resource ("selection-pastebin-cmd") 10 $self->x_resource ("selection-pastebin.cmd")
11 or "scp -p % ruth:/var/www/www.ta-sa.org/files/txt/"; 11 or "scp -p % ruth:/var/www/www.ta-sa.org/files/txt/";
12 12
13 $pastebin_url = 13 $pastebin_url =
14 $self->x_resource ("selection-pastebin-url") 14 $self->x_resource ("selection-pastebin.url")
15 or "http://www.ta-sa.org/files/txt/"; 15 or "http://www.ta-sa.org/files/txt/";
16 16
17 () 17 ()
18} 18}
19 19

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines