Revision: 13130
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=13130&view=rev
Author:   amaxwell
Date:     2008-04-09 14:45:40 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
fix selection binding

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView 
Program/Controller.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m     
2008-04-09 05:45:24 UTC (rev 13129)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m     
2008-04-09 21:45:40 UTC (rev 13130)
@@ -88,7 +88,7 @@
     [arrayController insertObject:[NSURL 
URLWithString:@"http://bibdesk.sourceforge.tld/";] 
atArrangedObjectIndex:insertIndex++];
     
     [_fileView bind:@"iconURLs" toObject:arrayController 
withKeyPath:@"arrangedObjects" options:nil];
-    [_fileView bind:@"selectionIndexes" toObject:arrayController 
withKeyPath:@"selectionIndexes" options:nil];
+    [arrayController bind:@"selectionIndexes" toObject:_fileView 
withKeyPath:@"selectionIndexes" options:nil];
     
     // for optional datasource method
     [_fileView setDataSource:self];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to