--- rxvt-unicode/src/perl/selection-pastebin 2006/01/19 16:22:13 1.10 +++ rxvt-unicode/src/perl/selection-pastebin 2006/01/19 19:51:08 1.12 @@ -13,7 +13,7 @@ my $tmpfile = "/tmp/$filename"; - my $msg = "uploaded $filename"; + my $msg = "uploaded as $filename"; if (open my $o, ">", $tmpfile) { chmod 0644, $tmpfile; @@ -44,7 +44,7 @@ urxvt::timer ->new ->after (5) - ->cb (sub {undef $timer; undef $ov; }); + ->cb (sub { undef $timer; undef $ov; }); } sub on_start {