mirror of https://github.com/GNOME/gimp.git
build, gimp-data: all 'file-*-save' plug-in procedures got renamed to 'file-*-export'.
This commit is contained in:
parent
a56cfc9080
commit
a54253db04
|
@ -37,7 +37,7 @@ tmp_image.delete()
|
|||
|
||||
image.merge_down(layer2, Gimp.MergeType.CLIP_TO_IMAGE)
|
||||
|
||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-save")
|
||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-export")
|
||||
config = procedure.create_config()
|
||||
drawables = image.list_selected_drawables()
|
||||
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
||||
|
|
|
@ -17,7 +17,7 @@ if v.index(0) != Gimp.PDBStatusType.SUCCESS:
|
|||
image = v.index(1)
|
||||
image.resize(@IMG_WIDTH@, @IMG_HEIGHT@, (@IMG_WIDTH@-@LOGO_DIM@)/2, (@IMG_HEIGHT@-@LOGO_DIM@)/2)
|
||||
|
||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-save")
|
||||
procedure = Gimp.get_pdb().lookup_procedure("file-png-export")
|
||||
config = procedure.create_config()
|
||||
drawables = image.list_selected_drawables()
|
||||
# Needed otherwise it doesn't save the proper size because of bug #8855.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c54cd07454c65bf2cc87fef7b9a0327c3244d3cf
|
||||
Subproject commit d77c9c4c2d3d44c181b1aac1fffeafb0c44f6626
|
Loading…
Reference in New Issue