diff 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
line wrap: on
line diff
--- a/src/conversation.c	Fri Dec 26 19:07:19 2003 +0000
+++ b/src/conversation.c	Fri Dec 26 19:07:55 2003 +0000
@@ -1484,6 +1484,12 @@
 		ops->update_progress(conv, percent);
 }
 
+/*
+ * TODO: Need to make sure calls to this function happen in the core 
+ * instead of the UI.  That way UIs have less work to do, and the 
+ * core/UI split is cleaner.  Also need to make sure this is called 
+ * when chats are added/removed from the blist.
+ */
 void
 gaim_conversation_update(GaimConversation *conv, GaimConvUpdateType type)
 {