Revision: 24066
          http://sourceforge.net/p/bibdesk/svn/24066
Author:   hofman
Date:     2019-07-20 21:46:24 +0000 (Sat, 20 Jul 2019)
Log Message:
-----------
no need to set macroResolver for transferred publications, that's done 
implicitly

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

Modified: trunk/bibdesk/BibDocument+Scripting.m
===================================================================
--- trunk/bibdesk/BibDocument+Scripting.m       2019-07-20 21:42:11 UTC (rev 
24065)
+++ trunk/bibdesk/BibDocument+Scripting.m       2019-07-20 21:46:24 UTC (rev 
24066)
@@ -211,7 +211,6 @@
 - (id)copyScriptingValue:(id)value forKey:(NSString *)key 
withProperties:(NSDictionary *)properties {
     if ([key isEqualToString:@"scriptingPublications"]) {
         id copiedValue = [[self transferredPublications:value] retain];
-        [copiedValue setValue:[self macroResolver] forKey:@"macroResolver"];
         if ([properties count]) {
             for (id item in copiedValue) {
                 NSMutableDictionary *validProps = [NSMutableDictionary 
dictionary];

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