Fix cut-and-paste error reported by Claes G Lindblad.

* app/channel_ops.c (offset_halfheight_callback): Fix
	cut-and-paste error reported by Claes G Lindblad.
This commit is contained in:
Tor Lillqvist 1999-07-31 22:03:35 +00:00
parent b52b6fde8c
commit 61724bfb50
6 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
1999-08-01 Tor Lillqvist <tml@iki.fi>
* app/channel_ops.c (offset_halfheight_callback): Fix
cut-and-paste error reported by Claes G Lindblad.
Thu Jul 29 22:06:41 PDT 1999 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/tools.pdb: revert previous change

View File

@ -556,7 +556,7 @@ offset_halfheight_callback (GtkWidget *widget,
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
0, gimage->width / 2);
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
1, gimage->width / 2);
1, gimage->height / 2);
}
GimpImage *

View File

@ -556,7 +556,7 @@ offset_halfheight_callback (GtkWidget *widget,
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
0, gimage->width / 2);
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
1, gimage->width / 2);
1, gimage->height / 2);
}
GimpImage *

View File

@ -556,7 +556,7 @@ offset_halfheight_callback (GtkWidget *widget,
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
0, gimage->width / 2);
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
1, gimage->width / 2);
1, gimage->height / 2);
}
GimpImage *

View File

@ -556,7 +556,7 @@ offset_halfheight_callback (GtkWidget *widget,
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
0, gimage->width / 2);
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
1, gimage->width / 2);
1, gimage->height / 2);
}
GimpImage *

View File

@ -556,7 +556,7 @@ offset_halfheight_callback (GtkWidget *widget,
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
0, gimage->width / 2);
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (off_d->off_se),
1, gimage->width / 2);
1, gimage->height / 2);
}
GimpImage *