updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / photivo-hg / gimp_image_add_layer_define.diff
blob3a3ff3702496d9016c854a5ca587e9efdd7272e7
1 diff --git a/Sources/ptGimp.cpp b/Sources/ptGimp.cpp
2 --- a/Sources/ptGimp.cpp
3 +++ b/Sources/ptGimp.cpp
4 @@ -207,7 +207,7 @@
5 GIMP_RGB_IMAGE,
6 100.0,
7 GIMP_NORMAL_MODE);
8 -#if GIMP_MINOR_VERSION<=6
9 +#if 1
10 gimp_image_add_layer(GimpImage,GimpLayer,0);
11 #else
12 gimp_image_insert_layer(GimpImage,GimpLayer,NULL,0);