Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Carol Spears
On Tue, Feb 22, 2011 at 11:47:58AM +, Nelson A. de Oliveira wrote:
 Hi!
 
 While running the camouflage pattern plugin I saw an error:
 
 =
 Error while executing script-fu-camo-pattern:
 Error: ( : 1) Invalid number of arguments for gimp-image-insert-layer
 (expected 4 but received 3)
 =
 
 The attached patch fix this (and also fix the usage of some deprecated
 procedures).
 
circuit.scm was repaired very recently (38 hours ago) in GIMP's git tree:
http://git.gnome.org/browse/gimp/commit/?id=b19645db4954a8fc8db83817dc7cd2e45e840efb
 along with a few others.

i recently opened a bug report with some patches for this same kind of 
updates to different script-fus: 
https://bugzilla.gnome.org/show_bug.cgi?id=642939
if you would like to put your patches there, it might be easier for whoever
to get them from there when the time is right or whatever has to happen for
scripts to be updated.

if i remember correctly, commit permission is a privelege more than a ticket
to ride, or whatever

and thanks, if no one else does this, i will be glad to apply them to my 
copy.

carol

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] [PATCH] Fix some errors and usage of deprecated procedures

2011-02-22 Thread Nelson A. de Oliveira
Hi!

On Tue, Feb 22, 2011 at 12:25 PM, Carol Spears ca...@gimp.org wrote:
 circuit.scm was repaired very recently (38 hours ago) in GIMP's git tree:
 http://git.gnome.org/browse/gimp/commit/?id=b19645db4954a8fc8db83817dc7cd2e45e840efb
  along with a few others.

I saw it! :-)
My patch only replaces the deprecated gimp-by-color-select by
gimp-image-select-color (that isn't included in b19645d)

 i recently opened a bug report with some patches for this same kind of
 updates to different script-fus:
 https://bugzilla.gnome.org/show_bug.cgi?id=642939
 if you would like to put your patches there, it might be easier for whoever
 to get them from there when the time is right or whatever has to happen for
 scripts to be updated.

Included two patches there.

Thank you!

Best regards,
Nelson
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer