Removed an unnecessary debugging printf. :)
Removed an unnecessary debugging printf. :) --klm
This commit is contained in:
@ -426,6 +426,11 @@ Mon Oct 11 23:50:50 PDT 1999 Manish Singh <yosh@gimp.org>
|
|||||||
* plug-ins/winsnap/winsnap.c: Don't resize layer, it causes image
|
* plug-ins/winsnap/winsnap.c: Don't resize layer, it causes image
|
||||||
corrruption! (bug in layer_resize?) Slight cosmetic changes.
|
corrruption! (bug in layer_resize?) Slight cosmetic changes.
|
||||||
|
|
||||||
|
1999-10-11 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
|
||||||
|
|
||||||
|
* plug-ins/unsharp/dialog_i.c (dialog_ientry_update): removed a
|
||||||
|
debugging fprintf
|
||||||
|
|
||||||
Mon Oct 11 02:45:06 BST 1999 Nick Lamb <njl195@zepler.org>
|
Mon Oct 11 02:45:06 BST 1999 Nick Lamb <njl195@zepler.org>
|
||||||
|
|
||||||
* app/preferences_dialog.c:
|
* app/preferences_dialog.c:
|
||||||
|
@ -149,7 +149,6 @@ dialog_ientry_update(GtkWidget *widget, /* I - Entry widget */
|
|||||||
newtextvalue[MAX_ENTRY_LENGTH] ='\0';
|
newtextvalue[MAX_ENTRY_LENGTH] ='\0';
|
||||||
oldtextlength = strlen(newtextvalue);
|
oldtextlength = strlen(newtextvalue);
|
||||||
|
|
||||||
fprintf(stderr, "%d\n", *value);
|
|
||||||
/* this stuff cleans up non-numeric chars */
|
/* this stuff cleans up non-numeric chars */
|
||||||
shift=0;
|
shift=0;
|
||||||
for (i=0; i+shift < oldtextlength; i++) {
|
for (i=0; i+shift < oldtextlength; i++) {
|
||||||
|
Reference in New Issue
Block a user