Revision: 29997
http://sourceforge.net/p/bibdesk/svn/29997
Author: hofman
Date: 2026-02-15 23:04:55 +0000 (Sun, 15 Feb 2026)
Log Message:
-----------
synthesize property
Modified Paths:
--------------
trunk/bibdesk/BDSKPreferencePane.m
Modified: trunk/bibdesk/BDSKPreferencePane.m
===================================================================
--- trunk/bibdesk/BDSKPreferencePane.m 2026-02-15 23:02:25 UTC (rev 29996)
+++ trunk/bibdesk/BDSKPreferencePane.m 2026-02-15 23:04:55 UTC (rev 29997)
@@ -44,7 +44,8 @@
@implementation BDSKPreferencePane
-@dynamic preferenceController, record, identifier, label, toolTip, icon,
helpAnchor, helpURL, initialValues;
+@synthesize preferenceController;
+@dynamic record, identifier, label, toolTip, icon, helpAnchor, helpURL,
initialValues;
- (instancetype)initWithRecord:(BDSKPreferenceRecord *)aRecord
forPreferenceController:(BDSKPreferenceController *)aController {
self = [super initWithNibName:[aRecord nibName] ?: [self nibName]
bundle:nil];
@@ -67,10 +68,6 @@
}
}
-- (BDSKPreferenceController *)preferenceController {
- return preferenceController;
-}
-
- (BDSKPreferenceRecord *)record {
return [self representedObject];
}
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