Revision: 28171
http://sourceforge.net/p/bibdesk/svn/28171
Author: hofman
Date: 2023-01-10 15:54:49 +0000 (Tue, 10 Jan 2023)
Log Message:
-----------
Don't let system prepare save panel accessory on export, as we do that.
Modified Paths:
--------------
trunk/bibdesk/BibDocument.m
Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2023-01-08 10:47:58 UTC (rev 28170)
+++ trunk/bibdesk/BibDocument.m 2023-01-10 15:54:49 UTC (rev 28171)
@@ -1052,6 +1052,10 @@
return [saveAccessoryController selectedFileType] ?: [super
fileTypeFromLastRunSavePanel];
}
+- (BOOL)shouldRunSavePanelWithAccessoryView {
+ return NO;
+}
+
// if the user is saving in one of our plain text formats, give them an
encoding option as well
// this also requires overriding
saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:
// to set the document's encoding before after to the file
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