Revision: 29724
          http://sourceforge.net/p/bibdesk/svn/29724
Author:   hofman
Date:     2025-10-14 09:23:41 +0000 (Tue, 14 Oct 2025)
Log Message:
-----------
name setter is not synthesized

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

Modified: trunk/bibdesk/BDSKCategoryGroup.m
===================================================================
--- trunk/bibdesk/BDSKCategoryGroup.m   2025-10-14 09:13:21 UTC (rev 29723)
+++ trunk/bibdesk/BDSKCategoryGroup.m   2025-10-14 09:23:41 UTC (rev 29724)
@@ -153,6 +153,12 @@
     return icon;
 }
 
+- (void)setName:(id)newName {
+    if (name != newName) {
+        name = newName;
+    }
+}
+
 - (BDSKGroupType)groupType { return BDSKCategoryGroupType; }
 
 - (NSString *)displayName {

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