Revision: 29188
          http://sourceforge.net/p/bibdesk/svn/29188
Author:   hofman
Date:     2025-04-24 15:26:06 +0000 (Thu, 24 Apr 2025)
Log Message:
-----------
(sub)titleCell is not conditional

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-24 
15:23:18 UTC (rev 29187)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-24 
15:26:06 UTC (rev 29188)
@@ -530,8 +530,8 @@
     [coder encodeConditionalObject:_backgroundView forKey:@"backgroundView"];
     [coder encodeConditionalObject:_highlightView forKey:@"highlightView"];
     [coder encodeConditionalObject:_contentView forKey:@"contentView"];
-    [coder encodeConditionalObject:_titleCell forKey:@"titleCell"];
-    [coder encodeConditionalObject:_subtitleCell forKey:@"subtitleCell"];
+    [coder encodeObject:_titleCell forKey:@"titleCell"];
+    [coder encodeObject:_subtitleCell forKey:@"subtitleCell"];
 }
 
 - (void)dealloc

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

Reply via email to