same fix here.

2004-11-06  Sven Neumann  <sven@gimp.org>

	* app/dialogs/scale-dialog.c (scale_dialog_reset): same fix here.
This commit is contained in:
Sven Neumann 2004-11-06 16:04:44 +00:00 committed by Sven Neumann
parent ea9cb4ddc9
commit babeb9afed
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-06 Sven Neumann <sven@gimp.org>
* app/dialogs/scale-dialog.c (scale_dialog_reset): same fix here.
2004-11-06 Sven Neumann <sven@gimp.org>
* app/dialogs/preferences-dialog.c: fixed typo (bug #157513).

View File

@ -280,6 +280,7 @@ scale_dialog_reset (ScaleDialog *private)
gimp_image_get_resolution (image, &xres, &yres);
g_object_set (private->box,
"keep-aspect", FALSE,
"width", width,
"height", height,
"unit", private->unit,