Revision: 27842
          http://sourceforge.net/p/bibdesk/svn/27842
Author:   hofman
Date:     2022-08-27 00:23:46 +0000 (Sat, 27 Aug 2022)
Log Message:
-----------
make errorMessage atomic, as it is set on the background thread

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingClient.m

Modified: trunk/bibdesk/BDSKSharingClient.m
===================================================================
--- trunk/bibdesk/BDSKSharingClient.m   2022-08-26 06:30:17 UTC (rev 27841)
+++ trunk/bibdesk/BDSKSharingClient.m   2022-08-27 00:23:46 UTC (rev 27842)
@@ -89,7 +89,7 @@
 @property (nonatomic, readonly) BOOL needsAuthentication;
 @property (nonatomic, readonly) BOOL authenticationFailed;
 @property (nonatomic, readonly) BOOL failedDownload;
-@property (nonatomic, copy) NSString *errorMessage;
+@property (copy) NSString *errorMessage;
 
 // proxy object for messaging the remote server
 - (id <BDSKSharingServer>)remoteServer;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to