Bug fixes:
commit830885f68bd658402142c33eb3c5a0d283c206a8
authorPeter Hosey <prh@boredzo.org>
Tue, 4 Jul 2006 11:15:47 +0000 (4 11:15 +0000)
committerPeter Hosey <prh@boredzo.org>
Tue, 4 Jul 2006 11:15:47 +0000 (4 11:15 +0000)
tree87c16638c44c35deb539704429b61d37efcf8b64
parent1339dff833f390b0ed7fad94f72c4b25440dec26
Bug fixes:
 * We now emit the text equivalent for an emoticon when {{{thingsToInclude.attachmentTextEquivalents}}} is true (not always the right one, but that bug is in other code). Fixes #4420.
 * We were passing {{{NO}}} to {{{elementWithAppKitAttributes:attributeNames:elementContent:shouldAddElementContentToTopElement:}}}; that's wrong, because that argument takes a pointer. We now pass {{{NULL}}} instead.
 * Removed unnecessary {{{runRange.length = 1}}} assignment. It's already 1 for every image.

git-svn-id: svn://svn.adiumx.com/adium/trunk@16571 1c916fce-81e2-0310-a464-8ca513f45935
Frameworks/Adium Framework/AIHTMLDecoder.m