Revision: 29423 http://sourceforge.net/p/bibdesk/svn/29423 Author: hofman Date: 2025-08-09 15:26:30 +0000 (Sat, 09 Aug 2025) Log Message: ----------- remove log
Modified Paths: -------------- trunk/bibdesk/BDSKWebView.m Modified: trunk/bibdesk/BDSKWebView.m =================================================================== --- trunk/bibdesk/BDSKWebView.m 2025-08-08 14:18:26 UTC (rev 29422) +++ trunk/bibdesk/BDSKWebView.m 2025-08-09 15:26:30 UTC (rev 29423) @@ -679,7 +679,7 @@ } // This is a private WebUIDelegate method that is called by WebPDFView -- (void)webView:(WebView *)sender saveFrameView:(WebFrameView *)frameView showingPanel:(BOOL)showingPanel {log_method(); +- (void)webView:(WebView *)sender saveFrameView:(WebFrameView *)frameView showingPanel:(BOOL)showingPanel { WebDataSource *dataSource = [[frameView webFrame] dataSource]; NSString *downloadsDir = [[[NSUserDefaults standardUserDefaults] stringForKey:BDSKDownloadsDirectoryKey] stringByExpandingTildeInPath]; NSURL *downloadsURL = downloadsDir ? [NSURL fileURLWithPath:downloadsDir isDirectory:YES] : [[NSFileManager defaultManager] downloadFolderURL]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit