Files
gimp/libgimp
Michael Natterer acbc6ead6a warn and return NULL instead of a meaningless struct for invalid
2004-02-15  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpdrawable.c (gimp_drawable_get): warn and return NULL
	instead of a meaningless struct for invalid drawable_IDs. Will
	make buggy plug-ins crash earlier and more reliably.

	Replaced all if(drawable) by g_return_if_fail(drawable != NULL)

	* libgimp/gimptile.c (gimp_tile_ref): replaced if(tile)
	by g_return_if_fail(tile != NULL)

	(gimp_tile_unref): g_return_if_fail(tile->ref_count > 0)
2004-02-15 22:18:17 +00:00
..
2004-01-13 10:26:10 +00:00
2004-01-13 10:26:10 +00:00
2004-01-13 10:26:10 +00:00
2004-01-13 10:26:10 +00:00
2003-07-30 16:48:12 +00:00
2003-12-14 15:41:37 +00:00