changeset 9781:3cd8143b84b8

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 19 Aug 2004 04:18:35 +0000
parents 06e730382bbe
children 68368058ee03
files src/ft.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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);