Revision: 27817
http://sourceforge.net/p/bibdesk/svn/27817
Author: hofman
Date: 2022-08-20 21:27:12 +0000 (Sat, 20 Aug 2022)
Log Message:
-----------
fix identifier for row views
Modified Paths:
--------------
trunk/bibdesk/BibDocument_DataSource.m
Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m 2022-08-20 15:01:51 UTC (rev
27816)
+++ trunk/bibdesk/BibDocument_DataSource.m 2022-08-20 21:27:12 UTC (rev
27817)
@@ -1028,7 +1028,7 @@
- (NSTableRowView *)outlineView:(NSOutlineView *)outlineView
rowViewForItem:(id)item {
if (0 == ([item groupType] & (BDSKParentGroupType |
BDSKExternalGroupType))) {
- NSTableRowView *rowView = [outlineView
makeViewWithIdentifier:@"rowview" owner:self];
+ NSTableRowView *rowView = [outlineView
makeViewWithIdentifier:@"rowView" owner:self];
if (rowView == nil) {
rowView = [[[BDSKGroupRowView alloc] init] autorelease];
[rowView setIdentifier:@"rowView"];
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