Revision: 29384
          http://sourceforge.net/p/bibdesk/svn/29384
Author:   hofman
Date:     2025-07-28 14:36:34 +0000 (Mon, 28 Jul 2025)
Log Message:
-----------
use formatted object

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-28 14:30:05 UTC (rev 29383)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-28 14:36:34 UTC (rev 29384)
@@ -2100,7 +2100,7 @@
     if (control == citeKeyField) {
         
         // check whether we won't crossref to the new citekey
-        BDSKCrossrefError errorCode = [publication canSetCiteKey:[control 
stringValue]];
+        BDSKCrossrefError errorCode = [publication canSetCiteKey:obj];
         if (errorCode != BDSKNoCrossrefError) {
             isValid = NO;
             if (error) {

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