Revision: 28697
http://sourceforge.net/p/bibdesk/svn/28697
Author: hofman
Date: 2024-02-05 15:57:27 +0000 (Mon, 05 Feb 2024)
Log Message:
-----------
URLDescription is read-only
Modified Paths:
--------------
trunk/bibdesk/BDSKBookmark.h
trunk/bibdesk/BDSKBookmark.m
Modified: trunk/bibdesk/BDSKBookmark.h
===================================================================
--- trunk/bibdesk/BDSKBookmark.h 2024-02-05 15:51:50 UTC (rev 28696)
+++ trunk/bibdesk/BDSKBookmark.h 2024-02-05 15:57:27 UTC (rev 28697)
@@ -62,7 +62,7 @@
@property (nonatomic, strong) NSURL *URL;
@property (nonatomic, strong) NSString *name;
@property (nonatomic, readonly) NSImage *icon;
-@property (nonatomic, strong) NSString *URLDescription;
+@property (nonatomic, readonly) NSString *URLDescription;
@property (nonatomic, weak) BDSKBookmark *parent;
Modified: trunk/bibdesk/BDSKBookmark.m
===================================================================
--- trunk/bibdesk/BDSKBookmark.m 2024-02-05 15:51:50 UTC (rev 28696)
+++ trunk/bibdesk/BDSKBookmark.m 2024-02-05 15:57:27 UTC (rev 28697)
@@ -147,7 +147,6 @@
- (void)setURL:(NSURL *)newURL {}
- (NSString *)URLDescription { return nil; }
-- (void)setURLDescription:(NSString *)newURLDescription {}
- (NSArray *)children { return nil; }
- (NSUInteger)countOfChildren { return 0; }
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