src/conversation.c

changeset 7930
3005873ac411
parent 7879
8e5689b82138
child 7947
76de4859a53a
--- 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)
 {

mercurial