diff src/toc.c @ 197:24f0fef56a73

[gaim-migrate @ 207] Stupid change, but it's more logical to think about it this way. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 00:52:53 +0000
parents 3042e11c1902
children 73e9a0bfff62
line wrap: on
line diff
--- a/src/toc.c	Sun Apr 30 00:34:14 2000 +0000
+++ b/src/toc.c	Sun Apr 30 00:52:53 2000 +0000
@@ -613,7 +613,7 @@
                 
                 tmp = frombase64(strtok(NULL, ":"));
 
-		if (!strcmp(uuid, FILE_GET_UID)) {
+		if (!strcmp(uuid, FILE_SEND_UID)) {
 			/* we're getting a file */
 	                subtype = tmp[1];
 	                files = tmp[3]; /* These are fine */
@@ -645,7 +645,7 @@
 	                        g_free(messages[i]);
                 
 	                accept_file_dialog(ft);
-		} else if (!strcmp(uuid, FILE_SEND_UID)) {
+		} else if (!strcmp(uuid, FILE_GET_UID)) {
 			/* we're sending a file */
 			/* FIXME */
 			/* here's what needs to happen: