Revision: 29890
http://sourceforge.net/p/bibdesk/svn/29890
Author: hofman
Date: 2025-11-27 16:27:31 +0000 (Thu, 27 Nov 2025)
Log Message:
-----------
Fix method name for field sheet validation
Modified Paths:
--------------
trunk/bibdesk/BDSKFieldSheetController.m
Modified: trunk/bibdesk/BDSKFieldSheetController.m
===================================================================
--- trunk/bibdesk/BDSKFieldSheetController.m 2025-11-27 09:45:20 UTC (rev
29889)
+++ trunk/bibdesk/BDSKFieldSheetController.m 2025-11-27 16:27:31 UTC (rev
29890)
@@ -120,7 +120,7 @@
[super beginSheetModalForWindow:window completionHandler:handler];
}
-- (BOOL)shouldDissmissSheetWithResult:(NSModalResponse)result {
+- (BOOL)shouldDismissSheetWithReturnCode:(NSModalResponse)result {
return (result == NSModalResponseCancel || choosableFields == nil ||
([objectController commitEditing] && [NSString isEmptyString:[self
chosenField]] == 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