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.
This commit is contained in:
@ -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>
|
2006-09-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/jpeg/jpeg-exif.c: added a thumbnail to the "Rotate
|
* plug-ins/jpeg/jpeg-exif.c: added a thumbnail to the "Rotate
|
||||||
|
@ -996,7 +996,7 @@ dialogDepthMap2ChangedCallback (GtkWidget *widget,
|
|||||||
gimp_int_combo_box_get_active (GIMP_INT_COMBO_BOX (widget),
|
gimp_int_combo_box_get_active (GIMP_INT_COMBO_BOX (widget),
|
||||||
&dm->params.depthMap2);
|
&dm->params.depthMap2);
|
||||||
|
|
||||||
dm->depthMap1Drawable = ((dm->params.depthMap2 == -1) ?
|
dm->depthMap2Drawable = ((dm->params.depthMap2 == -1) ?
|
||||||
NULL :
|
NULL :
|
||||||
gimp_drawable_get (dm->params.depthMap2));
|
gimp_drawable_get (dm->params.depthMap2));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user