Revision: 18469
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18469&view=rev
Author:   hofman
Date:     2012-02-02 14:11:37 +0000 (Thu, 02 Feb 2012)
Log Message:
-----------
Don't show error for missing cite keys

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2012-02-02 14:05:49 UTC (rev 18468)
+++ trunk/bibdesk/BibDocument.m 2012-02-02 14:11:37 UTC (rev 18469)
@@ -2250,8 +2250,8 @@
             [[BDSKErrorObjectController sharedErrorObjectController] 
showEditorForLastPasteDragError];
         if (rv != NSAlertOtherReturn)
             newPubs = nil;
-    }else if(error){
-        if (verbose)
+       }else if(error){
+        if (verbose && ([error isLocalError] == NO || [error code] != 
kBDSKHadMissingCiteKeys))
             [self presentError:error];
         // here we want to display an alert, but don't propagate a nil/error 
back up, since it's not a failure
         if ([error isLocalError] && [error code] == 
kBDSKParserIgnoredFrontMatter)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to