We don't need to attempt to read in an XML log file using {{{-[NSString stringWithCon...
commitdad87e8188c253101d7a8baf35294f44565c8e7f
authorEvan Schoenberg <evan@adiumx.com>
Fri, 22 Sep 2006 18:09:15 +0000 (22 18:09 +0000)
committerEvan Schoenberg <evan@adiumx.com>
Fri, 22 Sep 2006 18:09:15 +0000 (22 18:09 +0000)
tree735f9b7913de4b47128c6b944d7113715c4f6790
parentc9c8cf86cdda8da278178d2ee86a254513fbddec
We don't need to attempt to read in an XML log file using {{{-[NSString stringWithContentsOfFile:}}} -- the return value is wholly ignored, and it returns nil in many situations when reading in UTF8 files if the system was loaded in a non-ASCII-character-set language such as Chinese.  Removing this fixes display of XML logs on such systems and also makes display of XML logs more efficient on all systems, cutting the number of times the file is read to display in half (to 1 time instead of 2).  Fixes #5026

git-svn-id: svn://svn.adiumx.com/adium/trunk@17789 1c916fce-81e2-0310-a464-8ca513f45935
Source/AIAbstractLogViewerWindowController.m