mirror of https://github.com/GNOME/gimp.git
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:
parent
4ac8c82501
commit
ac83f97ee8
|
@ -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>
|
2003-10-10 Henrik Brix Andersen <brix@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpimage-grid.[ch]: removed the grid parasite related
|
* app/core/gimpimage-grid.[ch]: removed the grid parasite related
|
||||||
|
|
|
@ -662,8 +662,8 @@ load_image (const gchar *filename)
|
||||||
|
|
||||||
case PNG_RESOLUTION_METER:
|
case PNG_RESOLUTION_METER:
|
||||||
gimp_image_set_resolution (image,
|
gimp_image_set_resolution (image,
|
||||||
(gdouble) xres * 0.254,
|
(gdouble) xres * 0.0254,
|
||||||
(gdouble) yres * 0.254);
|
(gdouble) yres * 0.0254);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue