mirror of https://github.com/GNOME/gimp.git
see plug-ins/perl/Changes
This commit is contained in:
parent
227021fce1
commit
5fa1df3fc5
|
@ -95,6 +95,7 @@ sub present {
|
|||
VMS => 1,
|
||||
RISCOS => 1,
|
||||
AmigaOS => 1,
|
||||
utwin => 1,
|
||||
}->{$^O};
|
||||
} elsif ($_ eq "never") {
|
||||
0;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue