[gimp-perl] Don't need to force past deprecated drawable_transform* now.



commit 29157c23df368c1b6779a68a0ce3995043b4409e
Author: Ed J <edj src gnome org>
Date:   Mon Jun 9 03:58:14 2014 +0100

    Don't need to force past deprecated drawable_transform* now.

 examples/mirrorsplit |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/mirrorsplit b/examples/mirrorsplit
index b8252ef..c2b0de8 100755
--- a/examples/mirrorsplit
+++ b/examples/mirrorsplit
@@ -18,7 +18,7 @@ podregister {
   my $orientation = ($mirror < 2)
     ? &Gimp::ORIENTATION_VERTICAL
     : &Gimp::ORIENTATION_HORIZONTAL;
-  $temp1 = $temp1->item_transform_flip_simple($orientation, TRUE, 0.0);
+  $temp1 = $temp1->transform_flip_simple($orientation, TRUE, 0.0);
   my @xywh;
   if ($mirror == 0) {
     # upper half


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