[gimp-perl] Disable deprecated PDB procs.



commit b0a5b919dae337b49962612813ac6b6e8c809738
Author: Ed J <edj src gnome org>
Date:   Wed May 14 04:26:12 2014 +0100

    Disable deprecated PDB procs.

 Net/Net.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Net/Net.pm b/Net/Net.pm
index 5cf69e4..3ffd061 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -158,6 +158,7 @@ sub start_server {
    push @exec_args, "--no-data" if $opt=~s/(^|:)no-?data//;
    push @exec_args, "-i" unless $opt=~s/(^|:)gui//;
    push @exec_args, "--verbose" if $Gimp::verbose;
+   push @exec_args, qw(--pdb-compat-mode off);
    push @exec_args, qw(--batch-interpreter plug-in-script-fu-eval -b);
    push @exec_args, "(if (defined? '$PROC_SF) ($PROC_SF $args)) (gimp-quit 0)";
    warn __"$$-exec @exec_args\n" if $Gimp::verbose;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]