Revision: 18528
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18528&view=rev
Author: hofman
Date: 2012-03-03 12:36:34 +0000 (Sat, 03 Mar 2012)
Log Message:
-----------
fix return of copied groups, it came too early
Modified Paths:
--------------
trunk/bibdesk/BibDocument+Scripting.m
Modified: trunk/bibdesk/BibDocument+Scripting.m
===================================================================
--- trunk/bibdesk/BibDocument+Scripting.m 2012-03-03 07:34:40 UTC (rev
18527)
+++ trunk/bibdesk/BibDocument+Scripting.m 2012-03-03 12:36:34 UTC (rev
18528)
@@ -267,8 +267,8 @@
[copiedValue addObject:copiedGroup];
[copiedGroup release];
}
- return copiedValue;
}
+ return copiedValue;
} else if ([[NSSet setWithObjects:@"libraryGroups", @"lastImportGroups",
@"fieldGroups", @"sharedGroups", nil] containsObject:key]) {
NSScriptCommand *cmd = [NSScriptCommand currentCommand];
[cmd setScriptErrorNumber:NSReceiversCantHandleCommandScriptError];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit