Revision: 24211 http://sourceforge.net/p/bibdesk/svn/24211 Author: hofman Date: 2019-09-14 21:14:28 +0000 (Sat, 14 Sep 2019) Log Message: ----------- declare dynamic property
Modified Paths: -------------- trunk/bibdesk/BDSKGroup.m trunk/bibdesk/BDSKGroupCell.m Modified: trunk/bibdesk/BDSKGroup.m =================================================================== --- trunk/bibdesk/BDSKGroup.m 2019-09-14 06:30:53 UTC (rev 24210) +++ trunk/bibdesk/BDSKGroup.m 2019-09-14 21:14:28 UTC (rev 24211) @@ -50,7 +50,7 @@ @implementation BDSKGroup @synthesize uniqueID, name, count, parent, document; -@dynamic dictionaryValue, label, icon, groupType, nameEditable, editable, allowsRemoval, failedDownload, retrieving, stringValue, numberValue, editingStringValue, cellValue, toolTip, errorMessage, macroResolver, publications; +@dynamic dictionaryValue, label, icon, groupType, nameEditable, editable, allowsRemoval, failedDownload, retrieving, displayColor, stringValue, numberValue, editingStringValue, cellValue, toolTip, errorMessage, macroResolver, publications; static NSArray *cellValueKeys = nil; static NSArray *noCountCellValueKeys = nil; @@ -57,8 +57,8 @@ + (void)initialize { BDSKINITIALIZE; - cellValueKeys = [[NSArray alloc] initWithObjects:@"stringValue", @"editingStringValue", @"numberValue", @"label", @"icon", @"isRetrieving", @"failedDownload", @"displayColor", nil]; - noCountCellValueKeys = [[NSArray alloc] initWithObjects:@"stringValue", @"editingStringValue", @"label", @"icon", @"isRetrieving", @"failedDownload", @"displayColor", nil]; + cellValueKeys = [[NSArray alloc] initWithObjects:@"stringValue", @"editingStringValue", @"numberValue", @"label", @"icon", @"retrieving", @"failedDownload", @"displayColor", nil]; + noCountCellValueKeys = [[NSArray alloc] initWithObjects:@"stringValue", @"editingStringValue", @"label", @"icon", @"retrieving", @"failedDownload", @"displayColor", nil]; } // super's designated initializer Modified: trunk/bibdesk/BDSKGroupCell.m =================================================================== --- trunk/bibdesk/BDSKGroupCell.m 2019-09-14 06:30:53 UTC (rev 24210) +++ trunk/bibdesk/BDSKGroupCell.m 2019-09-14 21:14:28 UTC (rev 24211) @@ -51,7 +51,7 @@ NSString *BDSKGroupCellLabelKey = @"label"; NSString *BDSKGroupCellImageKey = @"icon"; NSString *BDSKGroupCellCountKey = @"numberValue"; -NSString *BDSKGroupCellIsRetrievingKey = @"isRetrieving"; +NSString *BDSKGroupCellIsRetrievingKey = @"retrieving"; NSString *BDSKGroupCellFailedDownloadKey = @"failedDownload"; NSString *BDSKGroupCellDisplayColorKey = @"displayColor"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit