Revision: 15154
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15154&view=rev
Author: hofman
Date: 2009-04-22 16:33:22 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
don't check the changed cite key value, because it may introduce a duplicate
cite key in another item
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2009-04-22 16:31:17 UTC (rev 15153)
+++ trunk/bibdesk/BDSKEditor.m 2009-04-22 16:33:22 UTC (rev 15154)
@@ -2181,8 +2181,7 @@
// If it is not our item or his crossref parent, we don't care, but our
parent may have changed his cite key
if (sender != publication && NO == parentDidChange) {
// though a change of the cite key of another item may change the
duplicate status
- if ([changeKey isEqualToString:BDSKCiteKeyString] &&
- [[publication citeKey] caseInsensitiveCompare:[userInfo
objectForKey:@"oldValue"]] == NSOrderedSame)
+ if ([changeKey isEqualToString:BDSKCiteKeyString])
[self updateCiteKeyDuplicateWarning];
return;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit