src/toc.c

changeset 369
16d154f90b9e
parent 351
6f27b287eab4
child 423
3b1668d30afc
equal deleted inserted replaced
368:07791993f5c3 369:16d154f90b9e
684 684
685 for (i--; i >= 0; i--) 685 for (i--; i >= 0; i--)
686 g_free(messages[i]); 686 g_free(messages[i]);
687 687
688 accept_file_dialog(ft); 688 accept_file_dialog(ft);
689 } else if (!strcmp(uuid, VOICE_UID)) {
690 /* oh goody. voice over ip. fun stuff. */
691
689 /* 692 /*
690 } else if (!strcmp(uuid, VOICE_UID)) {
691 } else if (!strcmp(uuid, B_ICON_UID)) { 693 } else if (!strcmp(uuid, B_ICON_UID)) {
692 } else if (!strcmp(uuid, IMAGE_UID)) { 694 } else if (!strcmp(uuid, IMAGE_UID)) {
693 */ 695 */
694 696
695 } else { 697 } else {

mercurial