# HG changeset patch # User Mark Doliner # Date 1186469123 0 # Node ID 952c01c26d6720bc91ce43b7d15890c3a0e16814 # Parent 8410abf8567897173ac95526c03dfa0595d79c98# Parent 8e09a0c971b95e4e0834567504e52223c504f46d merge of '3d3413c72d837a38e71907dab714b6b4ddd4a5af' and 'e4a4828b90bf84ab1080455e29ac8770e0276211' diff -r 8410abf85678 -r 952c01c26d67 Doxyfile.in --- a/Doxyfile.in Tue Aug 07 00:13:57 2007 +0000 +++ b/Doxyfile.in Tue Aug 07 06:45:23 2007 +0000 @@ -300,7 +300,7 @@ # by member name. If set to NO (the default) the members will appear in # declaration order. -SORT_BRIEF_DOCS = YES +SORT_BRIEF_DOCS = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to diff -r 8410abf85678 -r 952c01c26d67 libpurple/conversation.c --- a/libpurple/conversation.c Tue Aug 07 00:13:57 2007 +0000 +++ b/libpurple/conversation.c Tue Aug 07 06:45:23 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