CVSROOT: /cvs/gnome Module name: gimp Changes by: mitch 06/03/27 05:53:25
Modified files: . : ChangeLog app/pdb : procedural_db.c Log message: 2006-03-27 Michael Natterer <[EMAIL PROTECTED]> * app/pdb/procedural_db.c (procedural_db_run_proc): some fixes and more robustness: - Procedures return proc->num_values + 1 return values, not only proc->num_values. - Allocate the Argment array with g_new0 and initialize all its types before parsing the va_list. - Stop parsing the va_list on GIMP_PDB_END, so passing less parameters is possible. - Cleanup switch() cases. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-03-27%2005:52&maxdate=2006-03-27%2005:54 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list