Revision: 11534
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11534&view=rev
Author: hofman
Date: 2007-11-10 10:36:08 -0800 (Sat, 10 Nov 2007)
Log Message:
-----------
Don't check non-existing string. Import header.
Modified Paths:
--------------
trunk/bibdesk/BDSKACMDLParser.m
Modified: trunk/bibdesk/BDSKACMDLParser.m
===================================================================
--- trunk/bibdesk/BDSKACMDLParser.m 2007-11-10 18:32:49 UTC (rev 11533)
+++ trunk/bibdesk/BDSKACMDLParser.m 2007-11-10 18:36:08 UTC (rev 11534)
@@ -39,6 +39,7 @@
#import <WebKit/WebKit.h>
#import "BibItem.h"
#import "BDSKBibTeXParser.h"
+#import "NSError_BDSKExtensions.h"
@implementation BDSKACMDLParser
@@ -85,7 +86,7 @@
// string should look like "window.open('.*');". Trim off the outer stuff:
// check length in case this changes at some point in future, though!
- if ([bibTeXWindowURLPath length] < 16) {
+ if ([onClickValue length] < 16) {
if (outError) {
*outError = [NSError mutableLocalErrorWithCode:kBDSKUnknownError
localizedDescription:NSLocalizedString(@"Window URL path string shorter than
expected", @"ACM parser error")];
return nil;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit