Revision: 29670
          http://sourceforge.net/p/bibdesk/svn/29670
Author:   hofman
Date:     2025-10-05 15:01:53 +0000 (Sun, 05 Oct 2025)
Log Message:
-----------
don't archive count twice

Modified Paths:
--------------
    trunk/bibdesk/BDSKStaticGroup.m

Modified: trunk/bibdesk/BDSKStaticGroup.m
===================================================================
--- trunk/bibdesk/BDSKStaticGroup.m     2025-10-05 14:52:08 UTC (rev 29669)
+++ trunk/bibdesk/BDSKStaticGroup.m     2025-10-05 15:01:53 UTC (rev 29670)
@@ -95,16 +95,10 @@
     self = [super initWithCoder:decoder];
     if (self) {
         publications = [[NSMutableArray alloc] init];
-        [self setCount:[decoder decodeIntegerForKey:@"count"]];
     }
     return self;
 }
 
-- (void)encodeWithCoder:(NSCoder *)encoder {
-    [super encodeWithCoder:encoder];
-    [encoder encodeInteger:[self count] forKey:@"count"];
-}
-
 - (id)copyWithZone:(NSZone *)aZone {
        return [[[self class] alloc] initWithName:name 
publications:publications];
 }

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

Reply via email to