# HG changeset patch # User Will Thompson # Date 1186438068 0 # Node ID e1062ac140807ef41884c979f1fb077db2c1483b # Parent 0765cf9331f6469c2110ca3b6d819202c465ee0a Correct an inaccurate comment. diff -r 0765cf9331f6 -r e1062ac14080 libpurple/conversation.c --- a/libpurple/conversation.c Mon Aug 06 21:16:05 2007 +0000 +++ b/libpurple/conversation.c Mon Aug 06 22:07:48 2007 +0000 @@ -1106,7 +1106,7 @@ c = purple_conv_im_get_conversation(im); - /* Raise the window, if specified in prefs. */ + /* Pass this on to either the ops structure or the default write func. */ if (c->ui_ops != NULL && c->ui_ops->write_im != NULL) c->ui_ops->write_im(c, who, message, flags, mtime); else