Revision: 28541
          http://sourceforge.net/p/bibdesk/svn/28541
Author:   hofman
Date:     2024-01-04 16:49:36 +0000 (Thu, 04 Jan 2024)
Log Message:
-----------
make some outlets strong as they can be swapped out

Modified Paths:
--------------
    trunk/bibdesk/BDSKTextImportController.h
    trunk/bibdesk/BDSKTextImportController.m

Modified: trunk/bibdesk/BDSKTextImportController.h
===================================================================
--- trunk/bibdesk/BDSKTextImportController.h    2024-01-04 16:47:36 UTC (rev 
28540)
+++ trunk/bibdesk/BDSKTextImportController.h    2024-01-04 16:49:36 UTC (rev 
28541)
@@ -109,9 +109,9 @@
 @property (nonatomic, assign) IBOutlet NSPopUpButton *itemTypeButton;
 @property (nonatomic, assign) IBOutlet NSPopUpButton *actionMenuButton;
 @property (nonatomic, assign) IBOutlet NSSplitView *splitView;
-@property (nonatomic, assign) IBOutlet NSView *sourceView;
+@property (nonatomic, strong) IBOutlet NSView *sourceView;
 @property (nonatomic, assign) IBOutlet BDSKEdgeView *webViewBox;
-@property (nonatomic, assign) IBOutlet NSView *webViewView;
+@property (nonatomic, strong) IBOutlet NSView *webViewView;
 @property (nonatomic, assign) IBOutlet NSProgressIndicator *progressIndicator;
 @property (nonatomic, assign) IBOutlet NSButton *backButton;
 @property (nonatomic, assign) IBOutlet NSButton *forwardButton;

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2024-01-04 16:47:36 UTC (rev 
28540)
+++ trunk/bibdesk/BDSKTextImportController.m    2024-01-04 16:49:36 UTC (rev 
28541)
@@ -171,10 +171,6 @@
     
     [self setupTypeUI];
     
-    // these can be swapped in/out
-    [sourceView retain];
-    [webViewView retain];
-    
     [sourceTextView setTextColor:[NSColor textColor]];
     if (@available(macOS 10.14, *))
         [sourceTextView setDrawsBackground:NO];

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