[gimp/gimp-2-10] pdb: add $since info to gimp-image-merge-layer-group



commit 7c69bdad4fb2b76281413dfcb4598dcec7ec2672
Author: Ell <ell_se yahoo com>
Date:   Sat Sep 7 10:53:26 2019 +0300

    pdb: add $since info to gimp-image-merge-layer-group
    
    (cherry picked from commit 85704c6c4637c54bf5d915e5a0de7df2bfd21a2d)

 libgimp/gimpimage_pdb.c | 2 ++
 pdb/groups/image.pdb    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libgimp/gimpimage_pdb.c b/libgimp/gimpimage_pdb.c
index b5cab3bbe2..b38a152f4f 100644
--- a/libgimp/gimpimage_pdb.c
+++ b/libgimp/gimpimage_pdb.c
@@ -1708,6 +1708,8 @@ gimp_image_merge_down (gint32        image_ID,
  * single normal layer, replacing the group.
  *
  * Returns: The resulting layer.
+ *
+ * Since: 2.10.14
  **/
 gint32
 gimp_image_merge_layer_group (gint32 image_ID,
diff --git a/pdb/groups/image.pdb b/pdb/groups/image.pdb
index 90f3fca09b..e657df2fac 100644
--- a/pdb/groups/image.pdb
+++ b/pdb/groups/image.pdb
@@ -823,7 +823,7 @@ This procedure combines the layers of the passed layer group into
 a single normal layer, replacing the group.
 HELP
 
-    &ell_pdb_misc('2019');
+    &ell_pdb_misc('2019', '2.10.14');
 
     @inargs = (
         { name => 'image', type => 'image',


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