[gimp-perl] Don't need to force past deprecated drawable_transform* now.
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Don't need to force past deprecated drawable_transform* now.
- Date: Mon, 9 Jun 2014 03:04:45 +0000 (UTC)
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]