[gimp-perl] Fix register_temp params taken in wrong order!



commit 2e2912192c6d6bfd7d660ca3b405fa08098d81b9
Author: Ed J <edj src gnome org>
Date:   Wed May 14 06:13:41 2014 +0100

    Fix register_temp params taken in wrong order!

 Gimp/Extension.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Gimp/Extension.pm b/Gimp/Extension.pm
index f6fc6fe..9974eb7 100644
--- a/Gimp/Extension.pm
+++ b/Gimp/Extension.pm
@@ -41,7 +41,7 @@ sub podregister (&) {
       warn "$$-Gimp::Extension sub: $function(@_)" if $Gimp::verbose;
       for my $tp (@temp_procs) {
         my (
-           $tfunction, $tblurb, $tmenupath, $timagetypes, $thelp,
+           $tfunction, $tblurb, $thelp, $tmenupath, $timagetypes,
            $tparams, $tretvals, $tcallback,
         ) = @$tp;
         Gimp::register_callback $tfunction => $tcallback;


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