comparison src/conversation.c @ 7930:68f70cf074d0

[gaim-migrate @ 8601] And these two files, too. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Dec 2003 19:07:55 +0000
parents f9df510460d7
children 746404b12236
comparison
equal deleted inserted replaced
7929:94a90bf90f32 7930:68f70cf074d0
1482 1482
1483 if (ops != NULL && ops->update_progress != NULL) 1483 if (ops != NULL && ops->update_progress != NULL)
1484 ops->update_progress(conv, percent); 1484 ops->update_progress(conv, percent);
1485 } 1485 }
1486 1486
1487 /*
1488 * TODO: Need to make sure calls to this function happen in the core
1489 * instead of the UI. That way UIs have less work to do, and the
1490 * core/UI split is cleaner. Also need to make sure this is called
1491 * when chats are added/removed from the blist.
1492 */
1487 void 1493 void
1488 gaim_conversation_update(GaimConversation *conv, GaimConvUpdateType type) 1494 gaim_conversation_update(GaimConversation *conv, GaimConvUpdateType type)
1489 { 1495 {
1490 GaimConversationUiOps *ops; 1496 GaimConversationUiOps *ops;
1491 1497