comparison 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
comparison
equal deleted inserted replaced
196:3042e11c1902 197:24f0fef56a73
611 messages[i] = frombase64(strtok(NULL, ":")); 611 messages[i] = frombase64(strtok(NULL, ":"));
612 } 612 }
613 613
614 tmp = frombase64(strtok(NULL, ":")); 614 tmp = frombase64(strtok(NULL, ":"));
615 615
616 if (!strcmp(uuid, FILE_GET_UID)) { 616 if (!strcmp(uuid, FILE_SEND_UID)) {
617 /* we're getting a file */ 617 /* we're getting a file */
618 subtype = tmp[1]; 618 subtype = tmp[1];
619 files = tmp[3]; /* These are fine */ 619 files = tmp[3]; /* These are fine */
620 620
621 totalsize = 0; 621 totalsize = 0;
643 643
644 for (i--; i >= 0; i--) 644 for (i--; i >= 0; i--)
645 g_free(messages[i]); 645 g_free(messages[i]);
646 646
647 accept_file_dialog(ft); 647 accept_file_dialog(ft);
648 } else if (!strcmp(uuid, FILE_SEND_UID)) { 648 } else if (!strcmp(uuid, FILE_GET_UID)) {
649 /* we're sending a file */ 649 /* we're sending a file */
650 /* FIXME */ 650 /* FIXME */
651 /* here's what needs to happen: 651 /* here's what needs to happen:
652 * 1. dialog to accept/reject transfer 652 * 1. dialog to accept/reject transfer
653 * 2. if cancel, toc_rvous_cancel 653 * 2. if cancel, toc_rvous_cancel