comparison src/conversation.c @ 6417:9c65a439d327

[gaim-migrate @ 6924] It's better to use enum names instead of numbers. This must be from really old code.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 09 Aug 2003 15:40:52 +0000
parents 874a5c9f4eb8
children ccfdf9f2cdd1
comparison
equal deleted inserted replaced
6416:f646b60e2960 6417:9c65a439d327
757 757
758 if (ops != NULL && ops->switch_conversation != NULL) 758 if (ops != NULL && ops->switch_conversation != NULL)
759 ops->switch_conversation(win, index); 759 ops->switch_conversation(win, index);
760 760
761 conv = gaim_window_get_conversation_at(win, index); 761 conv = gaim_window_get_conversation_at(win, index);
762 gaim_conversation_set_unseen(conv, 0); 762 gaim_conversation_set_unseen(conv, GAIM_UNSEEN_NONE);
763 gaim_event_broadcast(event_conversation_switch, conv); 763 gaim_event_broadcast(event_conversation_switch, conv);
764 764
765 } 765 }
766 766
767 GaimConversation * 767 GaimConversation *