Revision: 26698 http://sourceforge.net/p/bibdesk/svn/26698 Author: hofman Date: 2021-08-20 12:50:37 +0000 (Fri, 20 Aug 2021) Log Message: ----------- Fix dictionary key
Modified Paths: -------------- trunk/bibdesk/BibItem.m Modified: trunk/bibdesk/BibItem.m =================================================================== --- trunk/bibdesk/BibItem.m 2021-08-20 12:43:34 UTC (rev 26697) +++ trunk/bibdesk/BibItem.m 2021-08-20 12:50:37 UTC (rev 26698) @@ -1430,7 +1430,7 @@ } NSImage *image = hasSkimNotes ? (hasMissingFile ? [NSImage redAnnotatedPaperclipImage] : [NSImage annotatedPaperclipImage]) : (hasMissingFile ? [NSImage redPaperclipImage] : [NSImage paperclipImage]); NSString *toolTip = [[self existingLocalFiles] valueForKeyPath:@"path.stringByAbbreviatingWithTildeInPath.@componentsJoinedByComma"]; - cellDictionary = [NSDictionary dictionaryWithObjectsAndKeys:image, @"image", label, @"image", toolTip, @"toolTip", nil]; + cellDictionary = [NSDictionary dictionaryWithObjectsAndKeys:image, @"image", label, @"string", toolTip, @"toolTip", nil]; } return cellDictionary; }else if([field isEqualToString:BDSKRemoteURLString]){ 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