Revision: 29621
          http://sourceforge.net/p/bibdesk/svn/29621
Author:   hofman
Date:     2025-09-23 14:06:13 +0000 (Tue, 23 Sep 2025)
Log Message:
-----------
rename parameter to avoid shadowing

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

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2025-09-21 22:11:52 UTC (rev 
29620)
+++ trunk/bibdesk/BDSKTextImportController.m    2025-09-23 14:06:13 UTC (rev 
29621)
@@ -1066,7 +1066,7 @@
     }
 }
 
-- (void)webView:(WKWebView *)webView 
runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString 
*)defaultText initiatedByFrame:(WKFrameInfo *)frame completionHandler:(void 
(^)(NSString * result))completionHandler {
+- (void)webView:(WKWebView *)aWebView 
runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString 
*)defaultText initiatedByFrame:(WKFrameInfo *)frame completionHandler:(void 
(^)(NSString * result))completionHandler {
     NSAlert *alert = [self javaScriptAlertWithMessage:prompt 
initiatedByFrame:frame withConfirm:YES];
     NSTextField *textField = [[NSTextField alloc] 
initWithFrame:NSMakeRect(0.0, 0.0, 300.0, 21.0)];
     [textField sizeToFit];

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