From 5fa1df3fc528ae409b55253e8dd2ececc36bdfcd Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Thu, 17 Jun 1999 21:24:48 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Gimp/Feature.pm | 1 + plug-ins/perl/Gimp/Net.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plug-ins/perl/Gimp/Feature.pm b/plug-ins/perl/Gimp/Feature.pm index 80a6a86135..7e67010c01 100644 --- a/plug-ins/perl/Gimp/Feature.pm +++ b/plug-ins/perl/Gimp/Feature.pm @@ -95,6 +95,7 @@ sub present { VMS => 1, RISCOS => 1, AmigaOS => 1, + utwin => 1, }->{$^O}; } elsif ($_ eq "never") { 0; diff --git a/plug-ins/perl/Gimp/Net.pm b/plug-ins/perl/Gimp/Net.pm index 0915b434b4..62d9b65829 100644 --- a/plug-ins/perl/Gimp/Net.pm +++ b/plug-ins/perl/Gimp/Net.pm @@ -220,7 +220,7 @@ sub gimp_init { } else { $server_fh = try_connect (""); } - defined $server_fh or croak "could not connect to the gimp server server (make sure Net-Server is running)"; + defined $server_fh or croak "could not connect to the gimp server (make sure Net-Server is running)"; { my $fh = select $server_fh; $|=1; select $fh } my @r = response;