RSS/Atom feed Twitter
Site is read-only, email is disabled

error on roundcorners

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

error on roundcorners Luis A. Florit 03 Jun 19:03
  error on roundcorners saulgoode@flashingtwelve.brickfilms.com 04 Jun 02:00
Luis A. Florit
2007-06-03 19:03:40 UTC (almost 17 years ago)

error on roundcorners

Hi,

I am getting an error on the script round-corners.scm (gimp 2.3.17). A pop-up window opens with the following error:

"Procedural database execution of gimp-image-undo-group-end failed:"

and just that...

Thanks,

L.

saulgoode@flashingtwelve.brickfilms.com
2007-06-04 02:00:17 UTC (almost 17 years ago)

error on roundcorners

Quoting "Luis A. Florit" :

I am getting an error on the script round-corners.scm (gimp 2.3.17). A pop-up window opens with the following error:

"Procedural database execution of gimp-image-undo-group-end failed:"

and just that...

Line 66 contains a spurious 'gimp-image-undo-disable' call and should be removed.

Here is a patch to fix the problem:

--- round-corners-orig.scm 2007-06-03 15:07:21.000000000 -0400 +++ round-corners.scm 2007-06-03 15:07:21.000000000 -0400 @@ -64,8 +64,6 @@
(gimp-image-undo-group-start image) )

- (gimp-image-undo-disable image) -
; add an alpha channel to the image (gimp-layer-add-alpha pic-layer)