Mercurial > pidgin
changeset 18823:e1062ac14080
Correct an inaccurate comment.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Mon, 06 Aug 2007 22:07:48 +0000 |
parents | 0765cf9331f6 |
children | 8e09a0c971b9 |
files | libpurple/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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