* plug-ins/common/depthmerge.c (dialogDepthMap2ChangedCallback):
	change "depthMap1Drawable" to "depthMap2Drawable" to fix
	typo introduced in version 1.35 committed on 2004-04-21.
	Should fix bug #355219.
This commit is contained in:
William Skaggs
2006-09-10 21:25:55 +00:00
parent 619ab19a84
commit a214aad1d3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2006-09-10 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* plug-ins/common/depthmerge.c (dialogDepthMap2ChangedCallback):
change "depthMap1Drawable" to "depthMap2Drawable" to fix
typo introduced in version 1.35 committed on 2004-04-21.
Should fix bug #355219.
2006-09-10 Sven Neumann <sven@gimp.org>
* plug-ins/jpeg/jpeg-exif.c: added a thumbnail to the "Rotate

View File

@ -996,7 +996,7 @@ dialogDepthMap2ChangedCallback (GtkWidget *widget,
gimp_int_combo_box_get_active (GIMP_INT_COMBO_BOX (widget),
&dm->params.depthMap2);
dm->depthMap1Drawable = ((dm->params.depthMap2 == -1) ?
dm->depthMap2Drawable = ((dm->params.depthMap2 == -1) ?
NULL :
gimp_drawable_get (dm->params.depthMap2));