X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fwebcollage;h=bacc814cd41317203508ba5a8e483a5e0c0fa834;hp=f53804b855de45916fac9b62f20060d9a4f4d25f;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/webcollage b/hacks/webcollage index f53804b8..bacc814c 100755 --- a/hacks/webcollage +++ b/hacks/webcollage @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# webcollage, Copyright © 1999-2017 by Jamie Zawinski +# webcollage, Copyright © 1999-2018 by Jamie Zawinski # This program decorates the screen with random images from the web. # One satisfied customer described it as "a nonstop pop culture brainbath." # @@ -60,7 +60,7 @@ use LWP::UserAgent; my $progname = $0; $progname =~ s@.*/@@g; -my ($version) = ('$Revision: 1.181 $' =~ m/\s(\d[.\d]+)\s/s); +my ($version) = ('$Revision: 1.182 $' =~ m/\s(\d[.\d]+)\s/s); my $copyright = "WebCollage $version, Copyright (c) 1999-2017" . " Jamie Zawinski \n" . " https://www.jwz.org/webcollage/\n"; @@ -3162,7 +3162,7 @@ sub x_or_image_output($) { $_ = "webcollage-helper"; if (! defined ($webcollage_helper)) { -# $webcollage_helper = which ($_); + $webcollage_helper = which ($_); } if (defined ($webcollage_helper)) {