mirror of https://github.com/GNOME/gimp.git
Removed an unnecessary debugging printf. :)
Removed an unnecessary debugging printf. :) --klm
This commit is contained in:
parent
3ed21d7440
commit
75e882076d
|
@ -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
|
||||
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>
|
||||
|
||||
* app/preferences_dialog.c:
|
||||
|
|
|
@ -149,7 +149,6 @@ dialog_ientry_update(GtkWidget *widget, /* I - Entry widget */
|
|||
newtextvalue[MAX_ENTRY_LENGTH] ='\0';
|
||||
oldtextlength = strlen(newtextvalue);
|
||||
|
||||
fprintf(stderr, "%d\n", *value);
|
||||
/* this stuff cleans up non-numeric chars */
|
||||
shift=0;
|
||||
for (i=0; i+shift < oldtextlength; i++) {
|
||||
|
|
Loading…
Reference in New Issue