Revision: 23965
          http://sourceforge.net/p/bibdesk/svn/23965
Author:   hofman
Date:     2019-07-07 22:06:29 +0000 (Sun, 07 Jul 2019)
Log Message:
-----------
replace flag is read only

Modified Paths:
--------------
    trunk/bibdesk/BDSKItemDownload.h

Modified: trunk/bibdesk/BDSKItemDownload.h
===================================================================
--- trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:06:02 UTC (rev 23964)
+++ trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:06:29 UTC (rev 23965)
@@ -58,7 +58,7 @@
 @property (nonatomic, readonly) BDSKLinkedFile *linkedFile;
 @property (nonatomic, readonly) NSURL *URL;
 @property (nonatomic) NSUInteger index;
-@property (nonatomic) BOOL replace;
+@property (nonatomic, readonly) BOOL replace;
 @property (nonatomic) double progress;
 
 - (id)initWithLinkedFile:(BDSKLinkedFile *)aLinkedFile 
atIndex:(NSUInteger)anIndex replace:(BOOL)aReplace;

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