Revision: 28172
          http://sourceforge.net/p/bibdesk/svn/28172
Author:   hofman
Date:     2023-02-21 17:54:43 +0000 (Tue, 21 Feb 2023)
Log Message:
-----------
should commit also on release builds

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2023-01-10 15:54:49 UTC (rev 28171)
+++ trunk/bibdesk/BDSKEditor.m  2023-02-21 17:54:43 UTC (rev 28172)
@@ -950,7 +950,7 @@
 
 - (void)generateCiteKey {
     // could use [[alert window] orderOut:nil] here, but we're using the 
didDismissSelector instead
-    BDSKPRECONDITION([self commitEditing]);
+    [self commitEditing];
        
        NSArray *oldValues = [NSArray arrayWithObject:[publication citeKey]];
        NSArray *newValues = [NSArray arrayWithObject:[publication 
suggestedCiteKey]];
@@ -960,7 +960,7 @@
         forPublications:pubs
         field:BDSKCiteKeyString oldValues:oldValues newValues:newValues
         completionHandler:^(BOOL cancelled){
-        
+        NSLog(@"cancelled: %i",cancelled);
         if (cancelled) {
             NSBeep();
             return;

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