Revision: 22654
          http://sourceforge.net/p/bibdesk/svn/22654
Author:   hofman
Date:     2018-09-22 22:15:44 +0000 (Sat, 22 Sep 2018)
Log Message:
-----------
only reverse addition when using an index

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

Modified: trunk/bibdesk/BDSKAddCommand.m
===================================================================
--- trunk/bibdesk/BDSKAddCommand.m      2018-09-22 22:13:07 UTC (rev 22653)
+++ trunk/bibdesk/BDSKAddCommand.m      2018-09-22 22:15:44 UTC (rev 22654)
@@ -140,7 +140,7 @@
                             }
                         }
                     } else {
-                        for (id obj in [insertionObjects 
reverseObjectEnumerator]) {
+                        for (id obj in insertionObjects) {
                             if ([objects indexOfObjectIdenticalTo:obj] == 
NSNotFound) {
                                 [insertionContainer insertValue:obj 
inPropertyWithKey:insertionKey];
                                 [insertedObjects addObject:obj];

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