[gimp-perl] Tidy-up.



commit 0efd059e4ac53926aa5c1799427c2564c757261e
Author: Ed J <edj src gnome org>
Date:   Thu May 15 18:46:24 2014 +0100

    Tidy-up.

 TODO                 |    2 +-
 examples/Perl-Server |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/TODO b/TODO
index d93435f..4fc30b6 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
 Items as of 2014-04-29 (by Ed J)
-* possible killer app: https://mail.gnome.org/archives/gimp-developer-list/2014-April/msg00017.html
+* possible killer app: https://mail.gnome.org/archives/gimp-developer-list/2014-April/msg00017.html - also 53
 * gimp-plugins-refresh: load is
   app/plug-in/gimppluginmanager.c:gimp_plug_in_manager_query_new, closedown
   is ./app/plug-in/gimppluginmanager.c:gimp_plug_in_manager_exit
diff --git a/examples/Perl-Server b/examples/Perl-Server
index 3aa4aef..096d46a 100755
--- a/examples/Perl-Server
+++ b/examples/Perl-Server
@@ -2,12 +2,10 @@
 
 use strict;
 #BEGIN { $Gimp::verbose = 1; }
-use Gimp qw(__ N_);
-use Gimp::Net ();
+use Gimp;
+use Gimp::Net;
 use Gimp::Extension;
 
-N_"/Xtns/Perl"; # workaround for i18n weirdnesses
-
 Gimp::set_trace(\$Gimp::Net::trace_res);
 Gimp::ignore_functions(qw(gimp_progress_init gimp_progress_update));
 


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