diff -r 177e05ba38a3 -r 35d860860593 src/gtkft.c --- a/src/gtkft.c Wed Feb 26 03:39:07 2003 +0000 +++ b/src/gtkft.c Wed Feb 26 05:01:37 2003 +0000 @@ -1116,8 +1116,9 @@ gaim_gtkxfer_dialog_update_xfer(xfer_dialog, xfer); /* See if it's removed. */ - if (xfer->ui_data == NULL) - gaim_xfer_destroy(xfer); + /* XXX - This caused some bad stuff, and I don't see a point to it */ +/* if (xfer->ui_data == NULL) + gaim_xfer_destroy(xfer); */ } static void @@ -1126,8 +1127,9 @@ gaim_gtkxfer_dialog_cancel_xfer(xfer_dialog, xfer); /* See if it's removed. */ - if (xfer->ui_data == NULL) - gaim_xfer_destroy(xfer); + /* XXX - This caused some looping, and I don't see a point to it */ +/* if (xfer->ui_data == NULL) + gaim_xfer_destroy(xfer); */ } struct gaim_xfer_ui_ops ops =