fixed a typo in the patch for bug #123201 that accidentally already

2003-10-10  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c (load_image): fixed a typo in the patch
	for bug #123201 that accidentally already commited earlier.
This commit is contained in:
Sven Neumann 2003-10-10 14:26:34 +00:00 committed by Sven Neumann
parent 4ac8c82501
commit ac83f97ee8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-10-10 Sven Neumann <sven@gimp.org>
* plug-ins/common/png.c (load_image): fixed a typo in the patch
for bug #123201 that accidentally already commited earlier.
2003-10-10 Henrik Brix Andersen <brix@gimp.org>
* app/core/gimpimage-grid.[ch]: removed the grid parasite related

View File

@ -662,8 +662,8 @@ load_image (const gchar *filename)
case PNG_RESOLUTION_METER:
gimp_image_set_resolution (image,
(gdouble) xres * 0.254,
(gdouble) yres * 0.254);
(gdouble) xres * 0.0254,
(gdouble) yres * 0.0254);
break;
default: