[gimp] script-fu: fix a typo in the Add Border script
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] script-fu: fix a typo in the Add Border script
- Date: Mon, 30 Apr 2018 15:10:54 +0000 (UTC)
commit 1811d8ebf9ee548d059734161f637c1687c897a2
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Mon Apr 30 18:10:08 2018 +0300
script-fu: fix a typo in the Add Border script
plug-ins/script-fu/scripts/addborder.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/addborder.scm b/plug-ins/script-fu/scripts/addborder.scm
index c0e6ccb..0936026 100644
--- a/plug-ins/script-fu/scripts/addborder.scm
+++ b/plug-ins/script-fu/scripts/addborder.scm
@@ -149,7 +149,7 @@
10
(gen_bottom_array xsize ysize owidth oheight width height))
- (gimp-drawableedit-fill layer FILL-BACKGROUND)
+ (gimp-drawable-edit-fill layer FILL-BACKGROUND)
(gimp-selection-none img)
(gimp-image-undo-group-end img)
(gimp-displays-flush)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]