# HG changeset patch # User Mark Doliner # Date 1092889115 0 # Node ID 3cd8143b84b8fa3c5e6fdb30b69f716a4ab2868e # Parent 06e730382bbe7f567171885db079794d987645c9 [gaim-migrate @ 10649] Dave West pointed out that this check IS needed in the case where a file is selected, deleted, then the "OK" button is selected on the file chooser. committer: Tailor Script diff -r 06e730382bbe -r 3cd8143b84b8 src/ft.c --- a/src/ft.c Thu Aug 19 03:07:41 2004 +0000 +++ b/src/ft.c Thu Aug 19 04:18:35 2004 +0000 @@ -121,11 +121,6 @@ gaim_xfer_request_accepted(xfer, filename); } else { - /* - * XXX - I believe this will never happen when using - * gaim_request_file() because filename is always an - * existing file. Someone verify that. --Mark - */ gaim_notify_error(NULL, NULL, _("That file does not exist."), NULL);