Revision: 12577
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12577&view=rev
Author: amaxwell
Date: 2008-01-18 22:11:06 -0800 (Fri, 18 Jan 2008)
Log Message:
-----------
Update comment.
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m 2008-01-19
06:08:25 UTC (rev 12576)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVTextIcon.m 2008-01-19
06:11:06 UTC (rev 12577)
@@ -62,7 +62,7 @@
}
}
-// A particular layout manager/text storage combination is not thread safe, so
the AppKit string drawing routines must only be used from the main thread.
We're using the thread dictionary to cache our string drawing machinery on a
per-thread basis.
+// A particular layout manager/text storage combination is not thread safe, so
the AppKit string drawing routines must only be used from the main thread.
We're using the thread dictionary to cache our string drawing machinery on a
per-thread basis. Update: for the record, Aki Inoue says that NSStringDrawing
is supposed to be thread safe, so the crash I experienced may be something else.
+ (NSTextStorage *)textStorageForCurrentThread;
{
NSMutableDictionary *threadDictionary = [[NSThread currentThread]
threadDictionary];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit